diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-21 20:34:09 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:16 +0000 |
| commit | a5a5e6514c63e5a822c6c5f560a69ed86ca967a2 (patch) | |
| tree | 81235e375cce03f10ecc444cdce893be52f25fe1 /share | |
| parent | Refctor of Adam Belis icons to fit new system and fix bug compiling (diff) | |
| download | inkscape-a5a5e6514c63e5a822c6c5f560a69ed86ca967a2.tar.gz inkscape-a5a5e6514c63e5a822c6c5f560a69ed86ca967a2.zip | |
Allow pop in front and disable color buttons view
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 452b88917..25bde06f1 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -153,6 +153,10 @@ image { color: @success_color; } +.symboliccolors:disabled * { + opacity: 0.2; +} + GtkWidget, widget { /* font-size: 12pt; */ |
