summaryrefslogtreecommitdiff
path: root/css/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme.css')
-rw-r--r--css/theme.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/css/theme.css b/css/theme.css
index 659f2ac..7fe4575 100644
--- a/css/theme.css
+++ b/css/theme.css
@@ -431,19 +431,15 @@ div#jqt.landscape .toolbar > h1 {
padding: 0;
}
#jqt ul.edgetoedge li {
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729));
- border-bottom: 2px solid #000;
- border-top: 1px solid #4a4b4d;
- font-size: 20px;
- margin-bottom: -1px;
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
+ font-size: 14px;
+ margin-bottom: -3px;
}
#jqt ul.edgetoedge li.sep {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
- border-bottom: 1px solid #111113;
- border-top: 1px solid #666;
color: #ff8300;
font-size: 16px;
- margin: 1px 0 0 0;
+ margin: 0px 0 0 0;
padding: 2px 10px;
text-shadow: #000 0 1px 0;
}