mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
Update default buttons
This commit is contained in:
parent
585c4df4d5
commit
177ce817fe
1 changed files with 3 additions and 4 deletions
7
Project-Unite/Content/bootstrap-theme.css
vendored
7
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -2031,16 +2031,15 @@ fieldset[disabled] .btn {
|
|||
}
|
||||
.btn-default {
|
||||
color: #ffffff;
|
||||
background-color: transparent;
|
||||
/* border-color: #424242; */
|
||||
background-color: rgba(255, 255, 255, 0.0625);
|
||||
}
|
||||
.btn-default:hover,
|
||||
.btn-default:focus,
|
||||
.btn-default.active,
|
||||
.open .dropdown-toggle.btn-default {
|
||||
color: black;
|
||||
background-color: white;
|
||||
/* border-color: #232323; */
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
border: none;
|
||||
}
|
||||
.btn-default:active, {
|
||||
color: black;
|
||||
|
|
Loading…
Add table
Reference in a new issue