about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2015-02-13 07:06:57 -0600
committerMarco Peereboom <marco@conformal.com>2015-02-13 07:06:57 -0600
commit2b755ffe5a672b97ca8a81f9230d8017a72f2cd0 (patch)
treeb75ecef4193a21cdadca4e4bc719d61299f19dcc
parente983707da9788055cd9778623dac379fc98bdfaa (diff)
downloadxombrero-2b755ffe5a672b97ca8a81f9230d8017a72f2cd0.tar.gz
work around css issues
-rw-r--r--xombrero.css51
1 files changed, 2 insertions, 49 deletions
diff --git a/xombrero.css b/xombrero.css
index 88ea2db..5862b10 100644
--- a/xombrero.css
+++ b/xombrero.css
@@ -30,28 +30,13 @@
 	-GtkScrolledWindow-scrollbar-spacing: 1;
 	-GtkWidget-line-width: 1;
 }
-/*
+
 .button,
 GtkSpinner {
 	-GtkWidget-focus-padding: 0;
 	-GtkWidget-line-width: 0;
 }
 
-.button :insensitive,
-GtkMenu :insensitive {
-	background-color: rgba(0,0,0,0); /* transparent */
-}
-
-.entry {
-	padding: 2px;
-	color: @text_color;
-}
-
-#vbox > .entry,
-#statusbar * {
-	border-width: 0px;
-}
-
 #statusbar > GtkEventBox {
 	background-image: none;
 	background-color: white;
@@ -106,38 +91,7 @@ GtkEventBox#blue,
 #statusbar .entry.progressbar#yellow,
 #statusbar .entry.progressbar#green,
 #statusbar .entry.progressbar#blue {
-	background-image: none;
-	background-color: @selected_bg_color;
-	color: @selected_fg_color;
-}
-
-.button#Back,
-.button#Forward,
-.button#Home,
-.button#Stop,
-.button#JS-Toggle,
-.button#Close {
-	border-width: 0;
-}
-
-.menuitem {
-	padding: 3px;
-}
-
-.notebook tab {
-	background-color: shade(@bg_color, 0.85);
-	color: @fg_color;
-	padding: 0px;
-}
-
-.notebook tab:active {
-	background-color: @bg_color;
-}
-
-GtkScrollbar#hidden {
-	border-width: 0px;
-	-GtkRange-slider-width: 0px;
-	-GtkRange-trough-border: 0px;
+	background-color: shade (@blue, 0.70);
 }
 
 /* compact tabs */
@@ -159,4 +113,3 @@ GtkScrollbar#hidden {
 #compact_tab GtkLabel#active {
 	color: @ct_active;
 }
-*/