mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibWeb: Set cursor: default
for button and select elements
This prevents an IBeam cursor being shown when these elements are moused over.
This commit is contained in:
parent
012f6d46e7
commit
ea9bc8ed6b
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ button, input[type=submit], input[type=button], input[type=reset], select {
|
||||||
background-color: ButtonFace;
|
background-color: ButtonFace;
|
||||||
border: 1px solid ButtonBorder;
|
border: 1px solid ButtonBorder;
|
||||||
color: ButtonText;
|
color: ButtonText;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, select:hover {
|
button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, select:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue