summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-05-18 08:45:50 +0000
committertavmjong-free <tavmjong@free.fr>2016-05-18 08:45:50 +0000
commitdcda41314bb620511d799e7cb633831f5ab18cab (patch)
tree811fa3b1b058e6b69f99d953e52a7a8287caaa54 /share
parentDutch translation update (diff)
downloadinkscape-dcda41314bb620511d799e7cb633831f5ab18cab.tar.gz
inkscape-dcda41314bb620511d799e7cb633831f5ab18cab.zip
Remove unneeded widget in Status Bar. Reorder code. Use two lines for status message in Gtk3.
(bzr r14900)
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css12
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;
}