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
path: root/sass
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 /sass
parent1048365e95dd1391ceab4a41d46c56b45464fcdb (diff)
Change warning bar z-index
Diffstat (limited to 'sass')
-rw-r--r--sass/vaults.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/vaults.scss b/sass/vaults.scss
index bd058861..2f7aa1ba 100644
--- a/sass/vaults.scss
+++ b/sass/vaults.scss
@@ -4,7 +4,7 @@
padding: 12px;
font-weight: bold;
text-align: center;
- z-index: 9999;
+ z-index: 800;
background-color: red;
color: white;
.fa-times{