mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -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
|
@ -3,7 +3,7 @@
|
|||
@col-back: rgb(255,255,255);
|
||||
@col-hover: rgb(29,119,194);
|
||||
@col-border: rgba(0,0,0,0.05);
|
||||
@col-border-strong: rgba(0,0,0,0.1);
|
||||
@col-border-strong: rgba(0,0,0,0.15);
|
||||
|
||||
@col-error: rgb(204,51,51);
|
||||
|
||||
|
@ -16,9 +16,12 @@
|
|||
@col-widget-back-sel: rgba(255,255,255,0.8);
|
||||
@col-widget-sep: @col-border;
|
||||
|
||||
@col-sb-back: rgb(210,210,210);
|
||||
@col-sb-thumb: rgb(180,180,180);
|
||||
@col-sb-thumb-active: rgb(150,150,150);
|
||||
// @col-sb-back: rgb(210,210,210);
|
||||
// @col-sb-thumb: rgb(180,180,180);
|
||||
// @col-sb-thumb-active: rgb(150,150,150);
|
||||
@col-sb-back: rgba(0,0,0,0.08);
|
||||
@col-sb-thumb: rgba(0,0,0,0.15);
|
||||
@col-sb-thumb-active: rgba(0,0,0,0.25);
|
||||
|
||||
|
||||
@border-widget: 1px solid @col-border;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue