mirror of
https://github.com/openvk/openvk
synced 2025-07-07 16:29:50 +03:00
Update stylesheet.css
This commit is contained in:
parent
ea1c618489
commit
0fa9958ea3
1 changed files with 11 additions and 0 deletions
|
@ -234,3 +234,14 @@ input[type=checkbox] {
|
||||||
.floating_sidebar,.floating_sidebar.show {
|
.floating_sidebar,.floating_sidebar.show {
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#backdrop:before {
|
||||||
|
content:"";
|
||||||
|
display:block;
|
||||||
|
position:fixed;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
height:42px;
|
||||||
|
width:100%;
|
||||||
|
background-color:#3c3c3c
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue