diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-21 21:07:01 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-21 21:07:01 +0000 |
| commit | 0c4ff843cb6263af471cd0b95ebb3a930b8a000e (patch) | |
| tree | 36559957dab0432bf071f45a0449ccb70167a2cc /share/ui/style.css | |
| parent | Update to refresh knots (diff) | |
| parent | Remove duplicated code (diff) | |
| download | inkscape-0c4ff843cb6263af471cd0b95ebb3a930b8a000e.tar.gz inkscape-0c4ff843cb6263af471cd0b95ebb3a930b8a000e.zip | |
update to trunk
(bzr r13645.1.140)
Diffstat (limited to 'share/ui/style.css')
| -rw-r--r-- | share/ui/style.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 091cfc319..6729344d2 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -41,13 +41,9 @@ @define-color bg_color7 #636363; @define-color bg_color8 #000000; /* Black */ -/* Gtk <= 3.18 */ -GtkWidget { -/* font-size: 12pt; */ -} - -/* Gtk >= 3.19.2 */ -widget { +/* 'GtkWidget' for Gtk <= 3.18 */ +/* 'widget' for Gtk <= 3.19.2 */ +GtkWidget, widget { /* font-size: 12pt; */ } @@ -96,7 +92,7 @@ combobox window.popup scrolledwindow treeview separator { -GtkComboBox-appears-as-list: true; } -#guides_lock { +#LockGuides { padding: 0; } |
