mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Changed how cursors act on the page
This commit is contained in:
@@ -59,6 +59,25 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.select{
|
||||
-webkit-touch-callout: initial;
|
||||
-webkit-user-select: initial;
|
||||
-khtml-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
-ms-user-select: initial;
|
||||
user-select: initial;
|
||||
}
|
||||
|
||||
#chatchannel li, #chatall li{
|
||||
cursor:text;
|
||||
-webkit-touch-callout: initial;
|
||||
-webkit-user-select: initial;
|
||||
-khtml-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
-ms-user-select: initial;
|
||||
user-select: initial;
|
||||
}
|
||||
|
||||
#channel-load{
|
||||
/*display:none;*/
|
||||
position: absolute;
|
||||
@@ -500,6 +519,14 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
text-shadow:rgba(0,0,0,0) 0px 0px 0px;
|
||||
}
|
||||
|
||||
.cursor-pointer{
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.cursor-default{
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
.contact-button-submit:hover{
|
||||
background-color:#2d2d2d;
|
||||
color:white;
|
||||
|
||||
Reference in New Issue
Block a user