Adwaita: placesview connect to server label padding
adds some padding to the "connect to server" label
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user