diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 14:59:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 14:59:43 -0800 |
commit | c1cfcc78fef8674430a3c20cc083b318e18a3842 (patch) | |
tree | 5a1e1c6888f672d4b2544c542eec57ff50b828a1 /view/theme | |
parent | 2c299a9f379b9e8af33cae4270ec1c0c5cf2bc99 (diff) | |
parent | 9fa771f9fe28a88d61ed4b269036482fcb6f5f49 (diff) | |
download | volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.tar.gz volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.tar.bz2 volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 7020309fc..9574df182 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -119,26 +119,38 @@ } .btn-success { - color: #FFF; - background-color: #5CB85C; - border-color: #4CAE4C; + color: #FFF !important; + background-color: #5CB85C !important; + border-color: #4CAE4C !important; } .btn-success:hover, .btn-success:focus { - color: #FFF; - background-color: #449D44; - border-color: #398439; + color: #FFF !important; + background-color: #449D44 !important; + border-color: #398439 !important; +} + +.btn-warning { + color: #FFF !important; + background-color: #F0AD4E !important; + border-color: #EEA236 !important; +} + +.btn-warning:hover, .btn-warning:focus { + color: #FFF !important; + background-color: #EC971F !important; + border-color: #D58512 !important; } -.btn-danger { - background-color: #D9534F; - border-color: #D43F3A; - color: #FFF; +.btn-danger, form#chat-destroy > input { + background-color: #D9534F !important; + border-color: #D43F3A !important; + color: #FFF !important; } -.btn-danger:hover, .btn-danger:focus { - color: #FFF; - background-color: #C9302C; - border-color: #AC2925; +.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus { + color: #FFF !important; + background-color: #C9302C !important; + border-color: #AC2925 !important; } .pager_first, |