diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-20 14:31:53 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:15 +0000 |
| commit | 50d61f09eb5baf99a1d25060f09e892d72fc4df5 (patch) | |
| tree | 8b47e239b803f12d680565290cbd0936a662345b /share/ui | |
| parent | working wth colors for icons (diff) | |
| download | inkscape-50d61f09eb5baf99a1d25060f09e892d72fc4df5.tar.gz inkscape-50d61f09eb5baf99a1d25060f09e892d72fc4df5.zip | |
Add coloring default to theme
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 951ae4324..452b88917 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -137,6 +137,10 @@ image { * _symbolic_error_color has one of this calsses applied */ +.system_base_color { + color: @theme_fg_color; +} + .system_error_color { color: @error_color; } @@ -149,10 +153,6 @@ image { color: @success_color; } -.system_base_color { - color: @theme_fg_color; -} - GtkWidget, widget { /* font-size: 12pt; */ @@ -423,4 +423,4 @@ combobox window.popup scrolledwindow treeview separator {} #InkSpinScale spinbutton entry { padding: 0; outline-style: none; -} +}
\ No newline at end of file |
