- Lots of changes to colors in the PM screen.

This commit is contained in:
Accensus 2017-06-21 00:53:37 +03:00
parent abe1ddbcde
commit 6ab7e11bed

View file

@ -994,8 +994,9 @@ Colours and backgrounds for forms.css
/* General form styles
----------------------------------------*/
select {
border-color: #336b99;
background-color: #999999;
border-color: #536b80;
background-color: #111215;
color:#a5c5de;
border-style: solid;
}
@ -1072,7 +1073,7 @@ input.button3 {
/* Alternative button */
a.button2, input.button2, input.button3 {
border-color: #555555;
border-color: #536b80;
}
/* <a> button in the style of the form buttons */
@ -1082,8 +1083,8 @@ a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.but
/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
border-color: #7a8294;
color: rgb(172, 202, 236);
border-color: #7ca8c5;
color: #b7d8ef;
}
input.search {