forked from AuroraMiddleware/gtk
Adwaita: Bring filechooserbutton spacing back
Add some space between the icons and the text, like there was in gtk3.
This commit is contained in:
parent
59fd48cee0
commit
dcc55e3a73
@ -3875,6 +3875,10 @@ filechooser {
|
||||
#pathbarbox { border-bottom: 1px solid $bg_color; }
|
||||
}
|
||||
|
||||
|
||||
filechooserbutton>button>box {
|
||||
border-spacing: 6px;
|
||||
}
|
||||
filechooserbutton:drop(active) {
|
||||
box-shadow: none;
|
||||
border-color: transparent;
|
||||
|
@ -1695,6 +1695,8 @@ filechooser .dialog-action-box:backdrop { border-top-color: #202020; }
|
||||
|
||||
filechooser #pathbarbox { border-bottom: 1px solid #353535; }
|
||||
|
||||
filechooserbutton > button > box { border-spacing: 6px; }
|
||||
|
||||
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
|
||||
|
||||
/*********** Sidebar * */
|
||||
|
@ -1711,6 +1711,8 @@ filechooser .dialog-action-box:backdrop { border-top-color: #d5d0cc; }
|
||||
|
||||
filechooser #pathbarbox { border-bottom: 1px solid #f6f5f4; }
|
||||
|
||||
filechooserbutton > button > box { border-spacing: 6px; }
|
||||
|
||||
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
|
||||
|
||||
/*********** Sidebar * */
|
||||
|
Loading…
Reference in New Issue
Block a user