changeset 4536:cc901a2bcb98

Remove gradient code in CSS for selected context bar. This prevents the background color for the selected tab from becoming dark grey (instead of a lighter version of the context bar color). It then makes the context bar and top title bar consistent with one another in behavior.
author Na'Tosha Bard <natosha@unity3d.com>
date Fri, 19 Sep 2014 17:36:37 +0200
parents 13c2a30e90a9
children 9584a953658c
files kallithea/public/css/contextbar.css
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Fri Sep 19 17:14:09 2014 +0200
+++ b/kallithea/public/css/contextbar.css	Fri Sep 19 17:36:37 2014 +0200
@@ -261,16 +261,6 @@
     border-left: 1px solid rgba(0,0,0,0.1);
 }
 
-#context-pages li.current {
-    background: #535353; /* Old browsers */
-    background: -moz-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* FF3.6+ */
-    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5d), color-stop(100%,#484848)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* Opera 11.10+ */
-    background: -ms-linear-gradient(top, #5d5d5d 0%, #484848 100%); /* IE10+ */
-    background: linear-gradient(to bottom, #5d5d5d 0%, #484848 100%); /* W3C */
-}
-
 #content #context-pages .icon {
     margin-right: 5px;
 }