diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-13 23:36:33 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-13 23:36:33 -0700 |
commit | aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f (patch) | |
tree | a92ca1c1bce806a401ffbfad747f0183df733424 /app/src/main/assets/css/themes/main.compact.css | |
parent | dc032ff328fc5e7db3a2ce807ce07c71a1c2d200 (diff) | |
download | frost-aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f.tar.gz frost-aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f.tar.bz2 frost-aa01ec691ef2638da7c22bf3cbd1a9c5e213ca1f.zip |
Add more css
Diffstat (limited to 'app/src/main/assets/css/themes/main.compact.css')
-rw-r--r-- | app/src/main/assets/css/themes/main.compact.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/app/src/main/assets/css/themes/main.compact.css b/app/src/main/assets/css/themes/main.compact.css index b0328353..4697ccf1 100644 --- a/app/src/main/assets/css/themes/main.compact.css +++ b/app/src/main/assets/css/themes/main.compact.css @@ -1,14 +1,28 @@ -body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r, ._59e9, ._d4i, .acw, ._3f50, ._uww, textarea { background: #451515 !important; } +#viewport { background: #451515 !important; } + +body, #root, #header, .aclb, ._55wo, ._1upc, input, ._2f9r, ._59e9, ._d4i, .acw, ._3f50, ._uww, textarea, ._15n_, ._skt, ._5f28, ._14_j, ._3bg5, ._53_-, ._52x1 { background: rgba(255, 0, 255, 0.02) !important; } + +.jewel, .flyout { background: #451515 !important; } button::before, .touch ._56bt, ._56be::before, .btnS, .touch::before, ._5xo2, ._5u5a::before, ._4u3j, ._15ks, ._2v9s, ._4e8n { background: rgba(108, 33, 33, 0.1) !important; } -input, ._43mh, .touch .btn, p, span, .fcg, button, ._52j9, ._52jb, ._52ja, ._5j35, ._rnk, ._24u0, ._1g06, ._14ye, textarea, .mentions-input, .mentions-placeholder, h1, h2, h3, h4, h5, h6 { color: #d7b0d7 !important; } +body, input, ._43mh, .touch .btn, p, span, .fcg, button, ._52j9, ._52jb, ._52ja, ._5j35, ._rnk, ._24u0, ._1g06, ._14ye, textarea, .mentions-input, .mentions-placeholder, .fcw, ._5-7t, h1, h2, h3, h4, h5, h6 { color: #d7b0d7 !important; } + +::-webkit-input-placeholder { color: #d7b0d7 !important; } + +:-moz-placeholder { color: #d7b0d7 !important; } + +::-moz-placeholder { color: #d7b0d7 !important; } + +:-ms-input-placeholder { color: #d7b0d7 !important; } a { color: #8c8dd6 !important; } -._15kl::before { border-left: 1px solid rgba(215, 176, 215, 0.3) !important; } +._15kl::before, ._5j35::after { border-left: 1px solid rgba(215, 176, 215, 0.3) !important; } + +._1mx0, ._15n_, ._52x1 { border-top: 1px solid rgba(215, 176, 215, 0.3) !important; } -._1mx0 { border-top: 1px solid rgba(215, 176, 215, 0.3) !important; } +._15ny::after, ._ap1, ._52x1 { border-bottom: 1px solid rgba(215, 176, 215, 0.3) !important; } ._d4i, ._4e8n, ._uww { border: 1px solid rgba(215, 176, 215, 0.3) !important; } |