Browse Source

Tweak the :focus/:hover CSS rules of the .toolbarField class used in Overlay dialogs

Having recently spent some time staring at the PasswordPrompt, while fixing issue 6010, I felt that the current border style does not really give a good visual  indication that the input field actually has focus.

The current appearance was first introduced in PR 3527; but I don't know if having a different border style in Overlay dialogs was intentional, or if it just "happened".
However, given the colour palette used in the viewer UI, I think that using the same border style for all .toolbarFields makes sense.
Jonas Jenwald 10 years ago
parent
commit
4dc52cf92c
  1. 4
      web/viewer.css

4
web/viewer.css

@ -1358,10 +1358,6 @@ html[dir='rtl'] .attachmentsItem > button {
.dialog .toolbarField { .dialog .toolbarField {
margin: 5px 0; margin: 5px 0;
} }
.dialog .toolbarField:hover,
.dialog .toolbarField:focus {
border-color: hsla(0,0%,0%,.32) hsla(0,0%,0%,.38) hsla(0,0%,0%,.42);
}
.dialog .separator { .dialog .separator {
display: block; display: block;

Loading…
Cancel
Save