diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 02:19:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 02:19:27 +0000 |
| commit | caa1eca947b1ff97ab96ae30a967aaccd0d23e63 (patch) | |
| tree | e9c2c6166af7de73f0497f25a8afed26a962bd1b /share/ui | |
| parent | Fix compiling issues (diff) | |
| download | inkscape-caa1eca947b1ff97ab96ae30a967aaccd0d23e63.tar.gz inkscape-caa1eca947b1ff97ab96ae30a967aaccd0d23e63.zip | |
Improving styling
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/style.css | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index fac3e18a6..6bd0d6307 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -56,26 +56,26 @@ /* Inkscape CSS helper - * to add a class to a widget do some thing like - * widget->get_style_context()->add_class("mycoolclass"); - * we define a bunch of helper CSS styles - * Each Inkscape desktop has some classes in top level window - * called "dark|bright" and "symbolic|regular" so you can style using this clases - * by this way you can always know if the UI is in dark mode - * Also added some helper clases: - * ::::::: Color based - * ::::::: apply to colors - * ::::::: scope widget and all his childs - * ".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. - * ".symbolic" Force icon symbolic - * ".regular" Force colorful icons - * :::::::: Combo box. - * "..combobright" Combo bright - */ + * to add a class to a widget do some thing like + * widget->get_style_context()->add_class("mycoolclass"); + * we define a bunch of helper CSS styles + * Each Inkscape desktop has some classes in top level window + * called "dark|bright" and "symbolic|regular" so you can style using this clases + * by this way you can always know if the UI is in dark mode + * Also added some helper clases: + * ::::::: Color based + * ::::::: apply to colors + * ::::::: scope widget and all his childs + * ".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. + * ".symbolic" Force icon symbolic + * ".regular" Force colorful icons + * :::::::: Combo box. + * "..combobright" Combo bright + */ image { -gtk-icon-palette: default; @@ -89,6 +89,8 @@ image { -gtk-icon-style: regular; } +.bright *, +.dark *, .bright .brightstyle, .bright .brightstyle *, .dark .darkstyle, |
