summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-01-25 00:04:58 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-01-27 00:37:54 +0000
commit498b6568664c55b5a6e7ff4b71cfbcb7dbf6fa15 (patch)
tree43b88f9e191a12c35a41f01da9cbf3bf92d637a1
parentInitial work of LPESelector (diff)
downloadinkscape-498b6568664c55b5a6e7ff4b71cfbcb7dbf6fa15.tar.gz
inkscape-498b6568664c55b5a6e7ff4b71cfbcb7dbf6fa15.zip
Add style file
-rw-r--r--share/ui/style.css49
1 files changed, 38 insertions, 11 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 1a64fa8dc..6598d5e69 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -67,16 +67,6 @@ spinbutton entry {
padding-right:0;
}
-GtkSpinButton button {
- -gtk-icon-style: symbolic;
- color:inherit;
-}
-
-spinbutton button {
- -gtk-icon-style: symbolic;
- color:inherit;
-}
-
GtkSpinButton undershoot {
outline-style : none;
}
@@ -85,7 +75,44 @@ spinbutton undershoot {
outline-style : none;
}
-
+.lpeinfo{
+ font-size:16px;
+ padding:20px;
+ }
+ #lpedialogselector,
+ #lpedialogselector .frame,
+ #lpedialogselector .searchbar {
+ border-bottom-width:0;
+ border-top-width:0;
+ outline-width:0;
+ border-left-width:0;
+ border-right-width:0;
+}
+
+#lpeflow GtkFlowBoxChild,
+#lpeflow flowboxchild{
+ border-width:0px;
+ border-radius:6px;
+ margin:10px;
+ margin-bottom:30px;
+ padding-bottom:10px;
+ background-color:@theme_bg_color;
+ color:@theme_fg_color;
+}
+
+#lpeflow GtkFlowBoxChild.lpeactive,
+#lpeflow flowboxchild.lpeactive{
+ background-color:@theme_fg_color;
+ color:@theme_bg_color;
+ margin-bottom:0px;
+ padding-bottom:10px;
+ outline:none;
+}
+
+#lpeflow GtkFlowBoxChild.lpeactive *,
+#lpeflow flowboxchild.lpeactive *{
+ color:inherit;
+}
SPRuler {
background-color: @theme_bg_color;