« get me outta code hell

Show loading screen while loading a rule - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/popup/style.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-03-24 12:11:41 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-24 12:11:53 -0300
commitbcd073c5aa5498035175910f571a081bd52cf9be (patch)
tree820ffc8da853294ef920ea822a79006bd63ffedf /extension/popup/style.css
parentcc99da6dfe52d7a2779d3c2b031704181552ada3 (diff)
Show loading screen while loading a rule
Diffstat (limited to 'extension/popup/style.css')
-rw-r--r--extension/popup/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/popup/style.css b/extension/popup/style.css
index b9c8571..50d1448 100644
--- a/extension/popup/style.css
+++ b/extension/popup/style.css
@@ -146,7 +146,7 @@ h1 {
     display: none;
 }
 
-#loading-screen p, #invalid-host-screen, #no-rule-content {
+#loading-screen, #invalid-host-screen, #no-rule-content, #loading-content {
     text-align: center;
     font-style: italic;
 }