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;
background-color: @col-widget-back;
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 {
.block {
display: block;
margin: 12px 0;
}
a, a:active, a:visited, span.element {
color: @col;
cursor: pointer;
@ -39,37 +32,33 @@
padding: 0 10px;
&:hover, &.hover {
.topbar-hover;
opacity: 1.0;
background: @col-widget-back-highlight;
}
}
.current {
a, span.element {
.topbar-highlight;
opacity: 1.0;
background: @col-widget-back-highlight;
}
}
img {
position: relative;
top: -2px;
width: 16px;
height: 16px;
}
img + span, img + input {
margin-left: 6px;
}
.view {
display: inline-block;
margin: 0 4px 0 0;
}
.block {
display: block;
margin: 12px 0;
}
.select {
background-color: @col-widget-back-highlight;
width: 200px;
width: 175px;
overflow: hidden;
}
@ -91,7 +80,7 @@
}
select {
width: 224px;
width: 200px;
padding: 0 4px;
}