Images are now svg's from the 'Gnome Symbolic Icon Theme'.

This commit is contained in:
Lars Jung 2013-07-07 22:34:34 +02:00
parent 49276c157c
commit f5435802e7
59 changed files with 502 additions and 20 deletions

View file

@ -12,15 +12,15 @@
border-right: @border-widget;
.sp-scrollbar {
margin: 8px 8px 8px 0;
// margin: 8px 8px 8px 0;
width: 6px;
background-color: @col-sb-back;
.border-radius(3px);
// .border-radius(3px);
cursor: pointer;
.sp-thumb {
background-color: @col-sb-thumb;
.border-radius(3px);
// .border-radius(3px);
}
&.active .sp-thumb {
background-color: @col-sb-thumb-active;