forked from AuroraMiddleware/gtk
placesview: Bring spacing in the actionbar back
In particular between the Connect button and the adjacent button/entry combination.
This commit is contained in:
parent
1d81a58cf1
commit
af5c80248d
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user