diff options
| author | Victor Tran <[email protected]> | 2017-04-05 23:18:18 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 23:18:18 +1000 |
| commit | 177ce817fe912ed30c5f407c42075171646f8c58 (patch) | |
| tree | f0b2e97d27aa8be5a7c318f00276e3e80c25a6dc /Project-Unite/Content/bootstrap-theme.css | |
| parent | 585c4df4d5c9c67de64ba3e4ee9c383911ecd533 (diff) | |
| download | project-unite-177ce817fe912ed30c5f407c42075171646f8c58.tar.gz project-unite-177ce817fe912ed30c5f407c42075171646f8c58.tar.bz2 project-unite-177ce817fe912ed30c5f407c42075171646f8c58.zip | |
Update default buttons
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index e7b93c6..13e4e3d 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -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; |
