diff options
| author | Victor Tran <[email protected]> | 2017-04-05 23:12:29 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 23:12:29 +1000 |
| commit | 585c4df4d5c9c67de64ba3e4ee9c383911ecd533 (patch) | |
| tree | f4dbfe97a6c33d7ad37a0d1f716432a9fce765dd /Project-Unite/Content | |
| parent | f626414006c6e6a8e8029ab25f150d9aa481384d (diff) | |
| download | project-unite-585c4df4d5c9c67de64ba3e4ee9c383911ecd533.tar.gz project-unite-585c4df4d5c9c67de64ba3e4ee9c383911ecd533.tar.bz2 project-unite-585c4df4d5c9c67de64ba3e4ee9c383911ecd533.zip | |
More button colours!
Diffstat (limited to 'Project-Unite/Content')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index c3c1b8a..e7b93c6 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -2075,8 +2075,7 @@ fieldset[disabled] .btn-default.active { } .btn-primary { color: #ffffff; - background-color: #2a9fd6; - border-color: #2a9fd6; + background-color: rgb(0, 100, 250); } .btn-primary:hover, .btn-primary:focus, @@ -2084,8 +2083,7 @@ fieldset[disabled] .btn-default.active { .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; - background-color: #2386b4; - border-color: #1f79a3; + background-color: rgb(0, 200, 250); } .btn-primary:active, .btn-primary.active, @@ -2239,8 +2237,7 @@ fieldset[disabled] .btn-warning.active { } .btn-danger { color: #ffffff; - background-color: #cc0000; - border-color: #cc0000; + background-color: rgb(200, 0, 0); } .btn-danger:hover, .btn-danger:focus, @@ -2248,8 +2245,7 @@ fieldset[disabled] .btn-warning.active { .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; - background-color: #a30000; - border-color: #8f0000; + background-color: rgb(255, 0, 0); } .btn-danger:active, .btn-danger.active, |
