aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0.css
diff options
context:
space:
mode:
authorMax Christian Pohle2017-10-05 21:47:06 +0200
committerMax Christian Pohle2017-10-05 21:47:06 +0200
commit73cf61bc33ace9b5c3f0eedaab5fa9a5b3f2e0a9 (patch)
treed651e0061432d69b374f17fb113f9b82ea3a3eeb /gtk-3.0.css
parentd6378cb335535cf2b18c4f23474884ccf8ce1a69 (diff)
downloadvim-73cf61bc33ace9b5c3f0eedaab5fa9a5b3f2e0a9.tar.bz2
vim-73cf61bc33ace9b5c3f0eedaab5fa9a5b3f2e0a9.zip
improved tab char, cscope menu, display performance
Diffstat (limited to 'gtk-3.0.css')
-rw-r--r--gtk-3.0.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk-3.0.css b/gtk-3.0.css
index 610edf0..3f85056 100644
--- a/gtk-3.0.css
+++ b/gtk-3.0.css
@@ -9,14 +9,13 @@
9 font-family: "Source Code Pro"; 9 font-family: "Source Code Pro";
10 font-weight:bold; 10 font-weight:bold;
11 font-size:9pt; 11 font-size:9pt;
12 border:0px; 12 border:0;
13 outline:0px; 13 outline:0;
14} 14}
15 15
16* { 16* {
17 border-width:0px; 17 border-width:0px;
18 outline-width:0px; 18 outline-width:0px;
19
20} 19}
21#vim-menubar 20#vim-menubar
22{ 21{
@@ -25,7 +24,6 @@
25 border-width:0px; 24 border-width:0px;
26 border-bottom:2px solid #6060af; 25 border-bottom:2px solid #6060af;
27 border-radius:1em; 26 border-radius:1em;
28
29} 27}
30 28
31/* 29/*
..