Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-09-16 19:39:54 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2012-09-18 00:11:41 (GMT)
commitbf7fe386baccdf301761cc2139012bbf0793646d (patch)
tree1f6dc1f5deccb0053716e186fa613a5b907befd7
parent269542a9abbf66609935de639451896b463fcd82 (diff)
Use the same style as Browse in all GtkNotebooks - SL #3923
BrowseNotebook is already used in Terminal and Browse, let's set it as the default GtkNotebook style. Also, remove rule for BrowseLinkInfo that was removed from Browse. Signed-off-by: Daniel Francis <francis@sugarlabs.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-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 {