aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-3.0.css')
-rw-r--r--gtk-3.0.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-3.0.css b/gtk-3.0.css
index d8d5c68..04e8fc0 100644
--- a/gtk-3.0.css
+++ b/gtk-3.0.css
@@ -48,7 +48,7 @@ menu menuitem:backdrop, menu menuitem:backdrop:hover
48window#vim-main-window > box 48window#vim-main-window > box
49{ 49{
50 background:#fff; 50 background:#fff;
51 border:10px solid #fff; 51 border:2px solid #fff;
52} 52}
53 53
54/* within window > box ... */ 54/* within window > box ... */
..