Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk3/theme/gtk-widgets.css.em30
1 files changed, 6 insertions, 24 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 9059b49..4b6bec2 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -297,46 +297,28 @@ GtkComboBox .separator {
}
.notebook tab {
- background-color: @button_grey;
- color: @white;
-}
-
-.notebook tab:active {
background-color: @selection_grey;
-}
-
-/* Browse notebook */
-
-BrowseNotebook.notebook tab {
- background-color: @selection_grey;
-}
-
-BrowseNotebook.notebook tab GtkLabel {
color: @white;
}
-BrowseNotebook.notebook tab .button {
- border-radius: $(toolbutton_padding)px;
+.notebook tab GtkLabel {
+ color: @white;
}
-BrowseNotebook.notebook tab:active {
+.notebook tab:active {
background-color: @toolbar_grey;
}
-BrowseNotebook.notebook tab:active *:active {
- color: @white;
+.notebook tab .button {
+ border-radius: $(toolbutton_padding)px;
}
-BrowseLinkInfo {
- color: @white;
-}
+/* Browse Widgets */
BrowseTabPage {
background-color: @black;
}
-
-
/* Control panel */
SugarSectionView {