mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
change primary button text color to white
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
b5599a7673
commit
dcf45c872e
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
|
|||
.primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
|
||||
border: 1px solid #0082c9;
|
||||
background-color: #00a2e9;
|
||||
color: #ddd;
|
||||
color: #fff;
|
||||
}
|
||||
.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,
|
||||
.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {
|
||||
|
|
|
|||
Loading…
Reference in a new issue