diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-13 10:29:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-13 10:29:48 +0100 |
commit | 1ae715da21e3c9b1c2d2540bd290b04f9bff6e3d (patch) | |
tree | f477ee0d7a991873f790e3ab029322dacbacb2f4 | |
parent | d5feb5135d1c0066893af86f23b48e4bfa076967 (diff) | |
parent | 8c4b8e623ff130ca773e61f5327ebfb91465ef9b (diff) | |
download | volse-hubzilla-1ae715da21e3c9b1c2d2540bd290b04f9bff6e3d.tar.gz volse-hubzilla-1ae715da21e3c9b1c2d2540bd290b04f9bff6e3d.tar.bz2 volse-hubzilla-1ae715da21e3c9b1c2d2540bd290b04f9bff6e3d.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
-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 { |