Browse Source

ricechan.css: Make <select> easier to read

pull/40/head
Michael Foster 11 years ago
parent
commit
e1aeccce5e
  1. 2
      stylesheets/ricechan.css

2
stylesheets/ricechan.css

@ -95,7 +95,7 @@ form table tr th {
background: #7E3737 !important;
color: #B99B9B !important;
}
input[type="text"], input[type="password"], textarea {
input[type="text"], input[type="password"], textarea, select {
border: 2px solid rgba(94, 50, 50, 0.56) !important;
background: #7C7373 !important;
color: #311313 !important;

Loading…
Cancel
Save