Tweak input styles in light mode

This commit is contained in:
Isaiah Odhner 2023-05-04 22:46:08 -04:00
parent fdf44dee3a
commit f701d04b9d

View File

@ -271,6 +271,16 @@ DialogWindow .buttons Button {
width: auto;
margin: 1;
}
.-light-mode DialogWindow Input {
background: white;
border: tall $panel-darken-3;
/* can't really do good inset styles because of how the corners work */
/* border-right: tall $panel-lighten-1; */
/* border-bottom: tall $panel-lighten-1; */
}
.-light-mode DialogWindow Input:focus {
border: tall black;
}
#attributes_dialog .window_content {
padding: 1 4;