Skip to content

Commit

Permalink
CSS: entry-popover Gtk4 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 10, 2024
1 parent 58cfb39 commit bd84a92
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions data/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@ editable-label entry {
padding: 0;
}

entry-popover box {
entry-popover > box {
border-radius: 3px;
background: @SILVER_300;
color: @SILVER_900;
}

entry-popover button {
color: @SILVER_900;
entry-popover > box button {
color: inherit;
font-size: 0.9em;
font-weight: 600;
}

entry-popover.error box {
entry-popover.error > box {
background: alpha(@error_color, 0.2);
}

entry-popover.error button {
color: @error_color;
}

Expand Down

0 comments on commit bd84a92

Please sign in to comment.