mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 19:47:38 +00:00
Prevent header image from being selectable
This commit is contained in:
parent
701746c102
commit
75c3ad7f1b
@ -275,6 +275,11 @@ table.plain {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#sitehead .wrap {
|
||||
|
Loading…
Reference in New Issue
Block a user