mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-27 22:06:25 +08:00
Change warning bar z-index
This commit is contained in:
parent
1048365e95
commit
3dc19d2371
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue