diff options
author | Allan Wang <me@allanwang.ca> | 2018-09-27 20:49:45 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-09-27 20:49:45 -0400 |
commit | 857fe0a28ccb5b8f7f3caef4ecd477596fe2468c (patch) | |
tree | 2ab785f2c5856cee890e8fa1aa2312341a047c86 /app/src/main/assets/css/themes/material_amoled.css | |
parent | 2bc366f8f4501a93d773c8a6d8ad103d05cce08d (diff) | |
download | frost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.tar.gz frost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.tar.bz2 frost-857fe0a28ccb5b8f7f3caef4ecd477596fe2468c.zip |
Add tests and move header hider to css
Diffstat (limited to 'app/src/main/assets/css/themes/material_amoled.css')
-rw-r--r-- | app/src/main/assets/css/themes/material_amoled.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/assets/css/themes/material_amoled.css b/app/src/main/assets/css/themes/material_amoled.css index 6f044052..7a055429 100644 --- a/app/src/main/assets/css/themes/material_amoled.css +++ b/app/src/main/assets/css/themes/material_amoled.css @@ -210,7 +210,7 @@ button ._v89 ._54k8._1fl1 { box-shadow: none !important; } -[data-sigil="m-loading-indicator-animate m-loading-indicator-root"] { +[data-sigil=m_login_upsell] [data-sigil="m-loading-indicator-animate m-loading-indicator-root"] { display: none !important; } |