diff options
Diffstat (limited to 'gtk/theme/Adwaita/_common.scss')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 659bac7d55..1a4ddbbd60 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -205,6 +205,8 @@ label { &:backdrop { selection { @extend %selected_items_backdrop; } } + + &.error { color: $error_color; } } .dim-label { @@ -473,6 +475,8 @@ entry { + combobox > box > button.combo { border-top-color: $drop_target_color; } } } + + &.error { color: $error_color; } } treeview entry { |