mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Clean styles.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
@col: rgb(85,85,85);
|
||||
@col-back: #eeeeee;
|
||||
@col: #333;
|
||||
@col-back: #eee;
|
||||
@col-hover: #42a5f5;
|
||||
@col-border: rgba(0,0,0,0.05);
|
||||
@col-border-strong: rgba(0,0,0,0.15);
|
||||
|
@@ -8,10 +8,25 @@
|
||||
|
||||
padding: 16px 16px 16px 8px;
|
||||
border-right: 1px solid @col-border;
|
||||
font-weight: lighter;
|
||||
white-space: nowrap;
|
||||
max-width: 250px;
|
||||
overflow-x: hidden;
|
||||
font-weight: lighter;
|
||||
|
||||
a, a:active, a.visited {
|
||||
display: inline-block;
|
||||
padding: 3px 0;
|
||||
text-decoration: none;
|
||||
color: @col;
|
||||
|
||||
&:hover, &.hover {
|
||||
color: @col-hover;
|
||||
}
|
||||
}
|
||||
|
||||
.current > a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.indicator {
|
||||
display: inline-block;
|
||||
@@ -37,16 +52,7 @@
|
||||
cursor: inherit;
|
||||
}
|
||||
}
|
||||
a, a:active, a.visited {
|
||||
display: inline-block;
|
||||
padding: 3px 0;
|
||||
color: #555;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover, &.hover {
|
||||
color: @col-hover;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
@@ -57,14 +63,10 @@
|
||||
height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0 0 0 24px;
|
||||
}
|
||||
.current {
|
||||
> a, > a:active, > a:visited {
|
||||
font-weight: bold;
|
||||
}
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user