Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/fake-notification.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/fake-notification.css')
-rw-r--r--apps/system/style/fake-notification.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/system/style/fake-notification.css b/apps/system/style/fake-notification.css
new file mode 100644
index 0000000..1250945
--- /dev/null
+++ b/apps/system/style/fake-notification.css
@@ -0,0 +1,9 @@
+.fake-notification {
+ position: relative;
+ height: 60px;
+
+ background-color: rgba(0, 0, 0, 0.5);
+ border-top: 1px black solid;
+ border-bottom: 1px black solid;
+}
+