Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/utility_tray/utility_tray.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/utility_tray/utility_tray.css')
-rw-r--r--apps/system/style/utility_tray/utility_tray.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/system/style/utility_tray/utility_tray.css b/apps/system/style/utility_tray/utility_tray.css
deleted file mode 100644
index 8d9754e..0000000
--- a/apps/system/style/utility_tray/utility_tray.css
+++ /dev/null
@@ -1,29 +0,0 @@
-#screen.lockscreen-camera > #utility-tray {
- display: none;
-}
-
-#screen.utility-tray > #utility-tray {
- visibility: visible;
-}
-
-#utility-tray {
- position: absolute;
- top: -moz-calc(-100% + 40px);
- width: -moz-calc(100%);
- height: -moz-calc(100% - 20px);
- background-color: rgba(0, 0, 0, 0.7);
- visibility: hidden;
-}
-
-#utility-tray-grippy {
- pointer-events: none;
- position: absolute;
- bottom: 0;
- width: 100%;
- height: 20px;
-
- border-bottom: 1px solid #111;
- border-top: 1px solid #111;
-
- background: #111 url('images/grippy.png') no-repeat 50% 50%;
-}