Adwaita: don't increase toolbar padding.

https://bugzilla.gnome.org/show_bug.cgi?id=735012
This commit is contained in:
Jakub Steiner 2014-08-19 12:51:49 +02:00
parent abae22769f
commit 763f5d51ed
3 changed files with 4 additions and 4 deletions

View File

@ -785,8 +785,8 @@ GtkComboBox {
/************
* Toolbars *
************/
.toolbar { //FIXME: why is all this being ignored?
padding: 6px;
.toolbar {
padding: 4px;
background-color: $bg_color;
.osd & {
background-color: $osd_bg_color;

View File

@ -890,7 +890,7 @@ GtkComboBox {
* Toolbars *
************/
.toolbar, .inline-toolbar, .search-bar {
padding: 6px;
padding: 4px;
background-color: #393f3f; }
.osd .toolbar, .osd .inline-toolbar, .osd .search-bar {
background-color: rgba(0, 0, 0, 0.6);

View File

@ -882,7 +882,7 @@ GtkComboBox {
* Toolbars *
************/
.toolbar, .inline-toolbar, .search-bar {
padding: 6px;
padding: 4px;
background-color: #ededed; }
.osd .toolbar, .osd .inline-toolbar, .osd .search-bar {
background-color: rgba(0, 0, 0, 0.6);