GTK4: Customize entries

This commit is contained in:
Daniel Ruiz de Alegría 2021-03-02 18:45:17 +01:00 committed by Daniel Ruiz de Alegría
parent 0e4a85409e
commit 2d4d0705d6
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -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 *
***************/ ***************/