mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #566, modernize submit buttons on roma
* white on pink when mouse is over the button * padding 5px instead of 1px 15px
This commit is contained in:
@@ -230,13 +230,18 @@ INPUT[type="text"].large { width: 317px; }
|
||||
color:#ff3363;
|
||||
background-color:#222;
|
||||
border-color: #ff3363;
|
||||
padding: 1px 15px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
||||
color:#999;
|
||||
border-color: #666;
|
||||
text-decoration: none;
|
||||
|
||||
background-color:#ff3363;
|
||||
color:#fff;
|
||||
border-color:#ff3363;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.buttonLike:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
|
||||
|
||||
Reference in New Issue
Block a user