Update style.

This commit is contained in:
Lars Jung 2014-06-20 21:17:39 +02:00
parent 4fb4431802
commit 7d8284e3ee

View file

@ -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;
} }