This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
zukitwo/sidebar_fix.patch
2015-05-14 13:40:14 +01:00

22 lines
507 B
Diff

--- a/Zukitwo/gtk-3.0/gtk-widgets.css 2015-04-07 13:54:37.432443000 +0100
+++ b/Zukitwo/gtk-3.0/gtk-widgets.css 2015-04-07 13:57:10.805998436 +0100
@@ -183,7 +183,8 @@ GtkTextView {
border-radius: 0px;
}
-.overshoot {
+.overshoot,
+.sidebar.overshoot {
background-color: alpha (@theme_selected_bg_color, 0.35);
}
@@ -2552,8 +2553,7 @@ GtkMessageDialog {
* Sidebar *
***********/
.sidebar,
-.sidebar .view,
-.sidebar GtkScrolledWindow {
+.sidebar .view {
background-color: @sidebar_bg;
}