Skip to content

Commit

Permalink
fix: More css fixes from Kevin
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Aug 6, 2020
1 parent 7f6d37f commit 8674f46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/styles/twodsix.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ input[type="text"]:focus, input[type="password"]:focus, input[type="datetime-loc

select {
height: 25px;
background: #000000a6;
background: #000000a6 !important;
border: 1px solid #7a7971;
border-radius: 3px;
padding: 0 3px;
Expand Down Expand Up @@ -314,10 +314,13 @@ form .notes, form .hint {
margin-right: 0;
border: 2px groove #6e819e;
color: #a2bce4;
background-color: #000;
}

.dialog .dialog-buttons button:last-child:hover {
margin-right: 0;
color: #00e5ff;
border-color: #00e5ff;
}
}

option {background-color: #000;}

0 comments on commit 8674f46

Please sign in to comment.