summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita/gtk-contained.css
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2016-05-12 11:40:28 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2016-05-12 11:40:28 +0200
commitb5146317bb0ce7c403352825133883696c1e2cbc (patch)
treee73ab9554a08ee849c8fd7d3a7911518895137e8 /gtk/theme/Adwaita/gtk-contained.css
parentc891ceb31df1fb16c7727be46cee4d8a9fc0b447 (diff)
downloadgtk+-b5146317bb0ce7c403352825133883696c1e2cbc.tar.gz
Adwaita: hide separator on button.font and button.file
we used to do that, got missed at some point during 3.20 cycle.
Diffstat (limited to 'gtk/theme/Adwaita/gtk-contained.css')
-rw-r--r--gtk/theme/Adwaita/gtk-contained.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 4b8c8e6776..2840a0a3a5 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1184,6 +1184,9 @@ button {
button.needs-attention:checked > image {
animation: none;
background-image: none; }
+button.font separator,
+button.file separator {
+ background-color: transparent; }
.inline-toolbar
button, .inline-toolbar
button:backdrop {