mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 609017 - Default style for :-moz-ui-invalid. r=bz ui-r=limi a=sicking
This commit is contained in:
parent
657ad4eaa4
commit
f047fa2dbd
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE>
|
||||
<html class="reftest-wait">
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<script>
|
||||
function onloadHandler()
|
||||
{
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE>
|
||||
<html class="reftest-wait">
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<script>
|
||||
function onloadHandler()
|
||||
{
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE>
|
||||
<html class="reftest-wait">
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<script>
|
||||
function onloadHandler()
|
||||
{
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE>
|
||||
<html class="reftest-wait">
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<script>
|
||||
function onloadHandler()
|
||||
{
|
||||
|
@ -1,3 +1,7 @@
|
||||
:-moz-ui-invalid {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.invalid-ref {
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!DOCTYPE>
|
||||
<html class="reftest-wait">
|
||||
<link rel='stylesheet' type='text/css' href='style.css'>
|
||||
<script>
|
||||
function onloadHandler()
|
||||
{
|
||||
|
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<style>
|
||||
:-moz-submit-invalid { display: none; }
|
||||
:-moz-ui-invalid { box-shadow: none; }
|
||||
</style>
|
||||
</head>
|
||||
<script>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<style>
|
||||
:-moz-submit-invalid { display: none; }
|
||||
:-moz-ui-invalid { box-shadow: none; }
|
||||
</style>
|
||||
</head>
|
||||
<script>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<style>
|
||||
:-moz-submit-invalid { display: none; }
|
||||
:-moz-ui-invalid { box-shadow: none; }
|
||||
</style>
|
||||
</head>
|
||||
<script>
|
||||
|
@ -1,4 +1,5 @@
|
||||
.invalid-ref {
|
||||
box-shadow: 0 0 1.5px 1px red;
|
||||
}
|
||||
|
||||
.barred-ref {
|
||||
|
@ -625,10 +625,9 @@ input[type="file"] > input[type="text"] {
|
||||
/**
|
||||
* Set default style for invalid elements.
|
||||
*/
|
||||
/* TODO: uncomment this with bug 609017.
|
||||
:not(output):-moz-ui-invalid {
|
||||
box-shadow: 0 0 1.5px 1px red;
|
||||
}*/
|
||||
}
|
||||
|
||||
output:invalid {
|
||||
color: red;
|
||||
|
Loading…
Reference in New Issue
Block a user