[gnome-software] More theming tweaks for the category sidebar
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] More theming tweaks for the category sidebar
- Date: Sun, 3 Aug 2014 23:24:32 +0000 (UTC)
commit 330f8d5afd71052c74ed61f6a6063d318f4d65c8
Author: Kalev Lember <kalevlember gmail com>
Date: Sun Aug 3 23:57:51 2014 +0200
More theming tweaks for the category sidebar
https://bugzilla.gnome.org/show_bug.cgi?id=729682
src/gtk-style.css | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index a7d8f91..05c7a6f 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -145,10 +145,26 @@ GtkBox.star {
border-top-width: 0;
}
+.category-sidebar GtkListBox {
+ background-color: @theme_bg_color;
+}
+
.category-sidebar GtkListBoxRow {
padding-left: 6px;
+ animation: none;
+ transition: none;
}
.category-sidebar GtkListBoxRow:dir(rtl) {
padding-right: 6px;
+ animation: none;
+ transition: none;
+}
+
+.category-sidebar GtkListBoxRow:hover {
+ background-color: @theme_bg_color;
+}
+
+.category-sidebar GtkListBoxRow:selected:hover {
+ background-color: @theme_selected_bg_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]