diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 00:09:59 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 00:16:27 +0000 |
| commit | e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2 (patch) | |
| tree | 231b1d2810c293dbe153600a1ee287777eb193d8 /share | |
| parent | Base of theming refactor (diff) | |
| download | inkscape-e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2.tar.gz inkscape-e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2.zip | |
Fix compiling issues
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 910e3353c..fac3e18a6 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -66,18 +66,18 @@ * ::::::: Color based * ::::::: apply to colors * ::::::: scope widget and all his childs - * ".inversestyle" invert window colors + * ".invertstyle" invert window colors * ".brightstyle" force bright colors no matter the UI is dark or bright * ".darkstyle" same but dark * ".defaultstyle" use default window color for child wigets inside a modified one * :::::::: Icon Based. - * ".iconsymbolic" Force icon symbolic - * ".iconregular" Force colorful icons + * ".symbolic" Force icon symbolic + * ".regular" Force colorful icons * :::::::: Combo box. * "..combobright" Combo bright */ -* { +image { -gtk-icon-palette: default; } @@ -102,8 +102,8 @@ .bright .darkstyle *, .dark .brightstyle, .dark .brightstyle *, -.inversestyle, -.inversestyle * { +.invertstyle, +.invertstyle * { color: @theme_bg_color; background-color: @theme_fg_color; background-image: image(@theme_fg_color); |
