Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-01 19:07:44 +0300
committerbrantje <brantje@gmail.com>2016-10-01 19:07:44 +0300
commit3dc19d2371b94ea93f48bb0af2c562d53636131b (patch)
treeca69a50ce1d483bee0aa4a5f8462ea5ecf7e4afd /css/app.css
parent1048365e95dd1391ceab4a41d46c56b45464fcdb (diff)
Change warning bar z-index
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/app.css b/css/app.css
index d7ebce42..2eaa72b9 100644
--- a/css/app.css
+++ b/css/app.css
@@ -98,7 +98,7 @@
padding: 12px;
font-weight: bold;
text-align: center;
- z-index: 9999;
+ z-index: 800;
background-color: red;
color: white; }
.warning_bar .fa-times {