Dev: Cursor pointer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.home-btn {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background: rgba(0, 0, 0, 0.8);
|
||||
background: #000;
|
||||
opacity: 0.3;
|
||||
border-radius: 10px;
|
||||
padding-top: 10px;
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
ul {
|
||||
font-size: 0;
|
||||
li {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.link-list {
|
||||
@@ -85,6 +86,7 @@
|
||||
border-radius: 50%;
|
||||
background: $red-dark;
|
||||
line-height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
&.key {
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
}
|
||||
.btn {
|
||||
background: $red;
|
||||
cursor: pointer;
|
||||
}
|
||||
.btn:active {
|
||||
background: $red-dark;
|
||||
|
||||
@@ -49,6 +49,7 @@ settings.separator()
|
||||
|
||||
function appendContainer()
|
||||
{
|
||||
util.$('#eruda').remove();
|
||||
util.$('body').append('<div id="eruda"></div>');
|
||||
$container = util.$('#eruda');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user