mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
remove superfluous input hover color change
This commit is contained in:
parent
fa66dfff80
commit
fbd0076be0
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:act
|
|||
input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active,
|
||||
input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active,
|
||||
textarea:hover, textarea:focus, textarea:active {
|
||||
background-color:#fff; color:#333;
|
||||
color: #333;
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); opacity:1;
|
||||
}
|
||||
input[type="checkbox"] { margin:0; padding:0; height:auto; width:auto; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue