better color contrast for focused buttons

remotes/origin/fix-10825
Jan-Christoph Borchardt 10 years ago
parent 137d19f6b1
commit bfee3eefbd
  1. 4
      core/css/styles.css

@ -193,8 +193,8 @@ input[type="button"]:hover, input[type="button"]:focus,
button:hover, button:focus,
.button:hover, .button:focus,
select:hover, select:focus, select:active {
background-color:rgba(250,250,250,.9);
color:#333;
background-color: rgba(255, 255, 255, .95);
color: #111;
}
input[type="submit"] img, input[type="button"] img, button img, .button img { cursor:pointer; }
#header .button {

Loading…
Cancel
Save