diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-13 11:11:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-13 11:11:20 +0100 |
commit | 188782c46195fcc530f8641f41da012aab9dbd76 (patch) | |
tree | 38e4b5544af3996000853f94b9f916078944da7f /view/theme | |
parent | 61257094b7befe12dadbd3593fcfa70d09da2fbb (diff) | |
parent | bdfdd23b36cac0881ef4096180e1c9242753dd49 (diff) | |
download | volse-hubzilla-188782c46195fcc530f8641f41da012aab9dbd76.tar.gz volse-hubzilla-188782c46195fcc530f8641f41da012aab9dbd76.tar.bz2 volse-hubzilla-188782c46195fcc530f8641f41da012aab9dbd76.zip |
merge dev into bs4
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/bluegrid.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/bluegrid.css b/view/theme/redbasic/schema/bluegrid.css index 64e5a2c95..46e28197e 100644 --- a/view/theme/redbasic/schema/bluegrid.css +++ b/view/theme/redbasic/schema/bluegrid.css @@ -116,7 +116,7 @@ input#jot-title:hover, input#jot-title:focus { } nav .dropdown-menu, .wall-item-tools .dropdown-menu, .section-title-wrapper .dropdown-menu, .section-content-wrapper .dropdown-menu { - background-color: rgba(67,72,138,.97); + background-color: #43488A; color: #fff; border-radius: 0; border: none; @@ -304,6 +304,30 @@ input { #login-main { margin-top: 0; + color: #EEE; +} + +#remember_me_container label:hover, #remember_container label:hover { + color: #FFF; +} + +#login-main #lost-password-link, #login-main #register-link { + color: #FFF; +} + +#nav-login .modal-content { + background-color: #43488A; + background-image: url('/images/bggrid.png'); + box-shadow: 0 5px 15px rgba(0,0,0,.3); + -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.3); +} + +#nav-login h3, #nav-login button.close { + color: #EEE; +} + +#nav-login .modal-header { + border-bottom: none; } .directory-item { |