improved entries

This commit is contained in:
Eudaimon 2021-11-25 14:52:17 +01:00
parent 4ceb9e16f2
commit 4ee7f8eb71
1 changed files with 9 additions and 4 deletions

View File

@ -312,7 +312,7 @@ spinbutton.vertical text,
entry {
min-height: 32px;
border: 1px solid @theme_bg_color_breeze;
border: none; /*1px solid @theme_bg_color_breeze;*/
border-radius: 5px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: @theme_text_color_breeze;
@ -384,7 +384,7 @@ background-color: @theme_base_color_breeze;
}
spinbutton.flat:focus:not(.vertical), spinbutton.flat:backdrop:not(.vertical), spinbutton.flat:disabled:not(.vertical), spinbutton.flat:backdrop:disabled:not(.vertical), spinbutton.flat:not(.vertical),
entry.flat:focus,
entry.flat:focus, entry.flat:focus-within
entry.flat:backdrop,
entry.flat:disabled,
entry.flat:backdrop:disabled,
@ -395,8 +395,13 @@ background-color: @theme_base_color_breeze;
border-color: transparent;
border-radius: 0; }
spinbutton:focus:not(.vertical),
entry:focus {
border-color: @theme_selected_bg_color_breeze; }
entry:focus, entry:focus-within {
box-shadow: inset 0 0 0 3px @theme_selected_bg_color_breeze,
inset 0 4px 3px 0px alpha(black,0.5),
inset 0 1px 1px 0 alpha(black, 0.35),
inset 0 -1px 1px 0 @highlight_color;
/*border-color: @theme_selected_bg_color_breeze;*/ }
spinbutton:disabled:not(.vertical),
entry:disabled {
color: @theme_disabled_fg_color;