summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2012-10-14 14:23:35 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2012-10-14 14:23:35 +0200
commitfeaeb73b6b7ea5e343e6dd229260b3dd7f3dea6b (patch)
treea562687547c25af97e1967cccedce31516a4d5e8
parent5d4acd778807a8fc1a08d35202c1b1a11910a129 (diff)
downloadgnome-themes-standard-feaeb73b6b7ea5e343e6dd229260b3dd7f3dea6b.tar.gz
adwaita gtk3: superfluous border removal on baobab treeview frame.
-rw-r--r--themes/Adwaita/gtk-3.0/gnome-applications.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index a7838504..9c49cd20 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -371,6 +371,10 @@ GeditStatusComboBox .button:backdrop:hover {
color: @theme_unfocused_text_color;
}
+BaobabWindow.background GtkNotebook > GtkGrid > GtkScrolledWindow.frame {
+ border-radius: 0;
+ border-width: 0 1px 0 0;
+
BaobabWindow GtkInfoBar.warning,
BaobabWindow GtkInfoBar.error {
border-bottom-width: 1px;