mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Fix tiny css bug and make warning text not selectable
This commit is contained in:
parent
a53de45b32
commit
2a6e4ba194
@ -1282,5 +1282,11 @@ label[for=readonlyinput] {
|
||||
}
|
||||
|
||||
#settingswarning{
|
||||
mouse:cursor;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user