diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-03 15:51:36 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-03 15:51:36 -0700 |
commit | 8ec65f55f85c730e97d5521c1443819435b98208 (patch) | |
tree | 6bd4350b3f6e5eda03c95c4a13fd7b7c7f50f2ac /app/src/main/assets | |
parent | a5aa87bbaef7d2c937cc89295942882d050c3b5c (diff) | |
download | frost-8ec65f55f85c730e97d5521c1443819435b98208.tar.gz frost-8ec65f55f85c730e97d5521c1443819435b98208.tar.bz2 frost-8ec65f55f85c730e97d5521c1443819435b98208.zip |
Add toolbar title listeners
Diffstat (limited to 'app/src/main/assets')
-rw-r--r-- | app/src/main/assets/core/login.compact.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/assets/core/login.compact.css b/app/src/main/assets/core/login.compact.css index 4a99bbf3..436b1875 100644 --- a/app/src/main/assets/core/login.compact.css +++ b/app/src/main/assets/core/login.compact.css @@ -1,8 +1,8 @@ [data-sigil="m_login_upsell"] { display: none !important; } -body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r { background: #f00 !important; } +body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r { background: #000 !important; } -button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before, ._5xo2, ._5u5a::before { background: rgba(255, 51, 51, 0.1) !important; } +button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before, ._5xo2, ._5u5a::before { background: rgba(26, 26, 26, 0.1) !important; } ._56bf, .touch .btn { border-radius: 0 !important; border: 0 !important; } @@ -10,16 +10,16 @@ button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before, ._5xo2, ._ .touch .btnS { box-shadow: none !important; } -input, ._43mh, .touch .btn, a, .fcg, button, ._52j9, ._52jb, h1, h2, h3, h4, h5, h6 { color: #f0f !important; } +input, ._43mh, .touch .btn, a, .fcg, button, ._52j9, ._52jb, h1, h2, h3, h4, h5, h6 { color: #fff !important; } -::-webkit-input-placeholder { color: #f0f !important; } +::-webkit-input-placeholder { color: #fff !important; } -:-moz-placeholder { color: #f0f !important; } +:-moz-placeholder { color: #fff !important; } -::-moz-placeholder { color: #f0f !important; } +::-moz-placeholder { color: #fff !important; } -:-ms-input-placeholder { color: #f0f !important; } +:-ms-input-placeholder { color: #fff !important; } -._43mh::before, ._43mh::after { background: #f0f !important; } +._43mh::before, ._43mh::after { background: #fff !important; } -._1rrd { border: 1px solid #f0f !important; color: #f0f !important; } +._1rrd { border: 1px solid #fff !important; color: #fff !important; } |