mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
More button colours!
This commit is contained in:
parent
f626414006
commit
585c4df4d5
1 changed files with 4 additions and 8 deletions
12
Project-Unite/Content/bootstrap-theme.css
vendored
12
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -2075,8 +2075,7 @@ fieldset[disabled] .btn-default.active {
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2a9fd6;
|
background-color: rgb(0, 100, 250);
|
||||||
border-color: #2a9fd6;
|
|
||||||
}
|
}
|
||||||
.btn-primary:hover,
|
.btn-primary:hover,
|
||||||
.btn-primary:focus,
|
.btn-primary:focus,
|
||||||
|
@ -2084,8 +2083,7 @@ fieldset[disabled] .btn-default.active {
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
.open .dropdown-toggle.btn-primary {
|
.open .dropdown-toggle.btn-primary {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2386b4;
|
background-color: rgb(0, 200, 250);
|
||||||
border-color: #1f79a3;
|
|
||||||
}
|
}
|
||||||
.btn-primary:active,
|
.btn-primary:active,
|
||||||
.btn-primary.active,
|
.btn-primary.active,
|
||||||
|
@ -2239,8 +2237,7 @@ fieldset[disabled] .btn-warning.active {
|
||||||
}
|
}
|
||||||
.btn-danger {
|
.btn-danger {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #cc0000;
|
background-color: rgb(200, 0, 0);
|
||||||
border-color: #cc0000;
|
|
||||||
}
|
}
|
||||||
.btn-danger:hover,
|
.btn-danger:hover,
|
||||||
.btn-danger:focus,
|
.btn-danger:focus,
|
||||||
|
@ -2248,8 +2245,7 @@ fieldset[disabled] .btn-warning.active {
|
||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
.open .dropdown-toggle.btn-danger {
|
.open .dropdown-toggle.btn-danger {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #a30000;
|
background-color: rgb(255, 0, 0);
|
||||||
border-color: #8f0000;
|
|
||||||
}
|
}
|
||||||
.btn-danger:active,
|
.btn-danger:active,
|
||||||
.btn-danger.active,
|
.btn-danger.active,
|
||||||
|
|
Loading…
Add table
Reference in a new issue