placesview: Bring spacing in the actionbar back

In particular between the Connect button and the adjacent button/entry
combination.
This commit is contained in:
Timm Bäder 2019-04-29 08:47:24 +02:00 committed by Timm Bäder
parent 1d81a58cf1
commit af5c80248d
3 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1771,7 +1771,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
placesview row.activatable:hover { background-color: transparent; }
placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
placesview > actionbar > revealer > box > box { border-spacing: 6px; }
/********* Paned * */
paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#1b1b1b); background-size: 1px 1px; }

View File

@ -1787,7 +1787,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
placesview row.activatable:hover { background-color: transparent; }
placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
placesview > actionbar > revealer > box > box { border-spacing: 6px; }
/********* Paned * */
paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#cdc7c2); background-size: 1px 1px; }