mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 23:38:20 -04:00
Images are now svg's from the 'Gnome Symbolic Icon Theme'.
This commit is contained in:
parent
49276c157c
commit
f5435802e7
59 changed files with 502 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue