fake statusbars: Set z-index with !important
This commit is contained in:
@@ -83,7 +83,7 @@ See the above repository for updates as well as full license text. */
|
||||
|
||||
#statuspanel{
|
||||
color: lightpink; /* color used to indicate insecure http:// links */
|
||||
z-index: -1;
|
||||
z-index: -1 !important;
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ See the above repository for updates as well as full license text. */
|
||||
|
||||
#statuspanel{
|
||||
color: lightpink;
|
||||
z-index: -1;
|
||||
z-index: -1 !important;
|
||||
inset-inline: 0 auto !important;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user