Adwaita: placesview connect to server label padding

adds some padding to the "connect to server" label
This commit is contained in:
Lapo Calamandrei
2016-03-24 11:33:33 +01:00
parent aa821429b1
commit f5b6ab4557
3 changed files with 12 additions and 0 deletions

View File

@@ -3763,6 +3763,12 @@ placesview {
}
row.activatable:hover { background-color: transparent; }
// this selects the "connect to server" label
> actionbar > revealer > box > label {
padding-left: 8px;
padding-right: 8px;
}
}

View File

@@ -4023,6 +4023,9 @@ placesview .server-list-button:checked > image {
-gtk-icon-transform: rotate(-0.5turn); }
placesview row.activatable:hover {
background-color: transparent; }
placesview > actionbar > revealer > box > label {
padding-left: 8px;
padding-right: 8px; }
/*********
* Paned *

View File

@@ -4052,6 +4052,9 @@ placesview .server-list-button:checked > image {
-gtk-icon-transform: rotate(-0.5turn); }
placesview row.activatable:hover {
background-color: transparent; }
placesview > actionbar > revealer > box > label {
padding-left: 8px;
padding-right: 8px; }
/*********
* Paned *