mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Update style.
This commit is contained in:
parent
4fb4431802
commit
7d8284e3ee
1 changed files with 14 additions and 25 deletions
|
@ -10,22 +10,15 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: @col-widget-back;
|
background-color: @col-widget-back;
|
||||||
border-left: @border-widget;
|
border-left: @border-widget;
|
||||||
|
|
||||||
.sp-scrollbar {
|
|
||||||
width: 6px;
|
|
||||||
background-color: @col-sb-back;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
.sp-thumb {
|
|
||||||
background-color: @col-sb-thumb;
|
|
||||||
}
|
|
||||||
&.active .sp-thumb {
|
|
||||||
background-color: @col-sb-thumb-active;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings {
|
#settings {
|
||||||
|
|
||||||
|
.block {
|
||||||
|
display: block;
|
||||||
|
margin: 12px 0;
|
||||||
|
}
|
||||||
|
|
||||||
a, a:active, a:visited, span.element {
|
a, a:active, a:visited, span.element {
|
||||||
color: @col;
|
color: @col;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -39,37 +32,33 @@
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
||||||
&:hover, &.hover {
|
&:hover, &.hover {
|
||||||
.topbar-hover;
|
opacity: 1.0;
|
||||||
|
background: @col-widget-back-highlight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
a, span.element {
|
a, span.element {
|
||||||
.topbar-highlight;
|
opacity: 1.0;
|
||||||
|
background: @col-widget-back-highlight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
img + span, img + input {
|
|
||||||
margin-left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view {
|
.view {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 4px 0 0;
|
margin: 0 4px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block {
|
|
||||||
display: block;
|
|
||||||
margin: 12px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
background-color: @col-widget-back-highlight;
|
background-color: @col-widget-back-highlight;
|
||||||
width: 200px;
|
width: 175px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -91,7 +80,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
width: 224px;
|
width: 200px;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue