Fix entry appearance

master
Christian Medel 2019-03-31 10:47:51 -04:00
parent 49609d842c
commit 601a32f9c9
1 changed files with 2 additions and 1 deletions

View File

@ -459,9 +459,10 @@ entry {
border-width: 1px;
border-style: solid;
border-color: shade(@borders, 0.9);
border-right-color: shade(@light_shadow, 0.95);
border-bottom-color: shade(@light_shadow, 0.95);
background-color: @theme_base_color;
box-shadow: inset 0 0 0 1px shade(@theme_bg_color, 0.65), inset 0 -1px shade(@theme_bg_color, 1.02);
box-shadow: inset 0 0 0 1px shade(@theme_bg_color, 0.65), inset -1px -1px shade(@theme_bg_color, 1.02);
color: @theme_text_color;
caret-color: currentColor; }
entry:active, entry:focus {