summaryrefslogtreecommitdiff
path: root/themes/smooth/gtk-3.0/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smooth/gtk-3.0/gtk.css')
-rw-r--r--themes/smooth/gtk-3.0/gtk.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/smooth/gtk-3.0/gtk.css b/themes/smooth/gtk-3.0/gtk.css
index 6f0a541..163e838 100644
--- a/themes/smooth/gtk-3.0/gtk.css
+++ b/themes/smooth/gtk-3.0/gtk.css
@@ -33,7 +33,6 @@
-GtkWidget-focus-line-width : 1;
-GtkWidget-focus-padding : 0;
-GtkCheckButton-indicator-size : 15;
- -GtkMenuItem-selected-shadow-type: out;
-GtkRange-slider-width : 15;
-GtkRange-stepper-size : 15;
-GtkRange-stepper-spacing : 0;
@@ -295,3 +294,10 @@ GtkCalendar:selected {
border-color: @fg_selected;
}
+.menuitem {
+ border-width: 2 2;
+}
+
+.menuitem:hover {
+ border-style: outset;
+}