GTK4: Customize entries
This commit is contained in:
parent
0e4a85409e
commit
2d4d0705d6
@ -23,6 +23,25 @@ button {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**********
|
||||||
|
* Entry *
|
||||||
|
**********/
|
||||||
|
%entry,
|
||||||
|
entry {
|
||||||
|
box-shadow: $_widget_inset_shadow;
|
||||||
|
background: if($variant=='dark', $dark_fill, $base_color);
|
||||||
|
|
||||||
|
&:backdrop {
|
||||||
|
box-shadow: none;
|
||||||
|
border-color: $backdrop_borders_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
headerbar %entry,
|
||||||
|
headerbar entry {
|
||||||
|
background: $base_color;
|
||||||
|
}
|
||||||
|
|
||||||
/***************
|
/***************
|
||||||
* Header bars *
|
* Header bars *
|
||||||
***************/
|
***************/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user