This commit is contained in:
James 2019-10-08 11:28:05 +01:00
parent 5cd41d1c3e
commit 54f6fbe1d8

View File

@ -27,7 +27,7 @@ body::before {
font-weight: bold; font-weight: bold;
z-index: 9999; z-index: 9999;
} }
body::before:hover{ body:before:hover{
background-color: #fff; background-color: #fff;
} }
@ -46,7 +46,9 @@ body::before:hover{
} }
*/ */
iframe{ iframe{
border:1px solid red !important; border:1px solid red !important;
} }
#maincontent{
border:1px solid green !important;
}