Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/spectre-rtl.css')
-rw-r--r--docs/dist/spectre-rtl.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/dist/spectre-rtl.css b/docs/dist/spectre-rtl.css
index 17719c5..eac4958 100644
--- a/docs/dist/spectre-rtl.css
+++ b/docs/dist/spectre-rtl.css
@@ -1,5 +1,5 @@
/*! Spectre.css RTL | MIT License | github.com/picturepan2/spectre */
-/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
+/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@@ -1307,15 +1307,28 @@ textarea.form-input.input-sm {
border-color: #e85600;
}
+.form-input:not(:-ms-input-placeholder):invalid {
+ border-color: #e85600;
+}
+
.form-input:not(:placeholder-shown):invalid {
border-color: #e85600;
}
+.form-input:not(:-ms-input-placeholder):invalid:focus {
+ background: #fffaf7;
+ box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
+}
+
.form-input:not(:placeholder-shown):invalid:focus {
background: #fffaf7;
box-shadow: 0 0 0 .1rem rgba(232, 86, 0, .2);
}
+.form-input:not(:-ms-input-placeholder):invalid + .form-input-hint {
+ color: #e85600;
+}
+
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
color: #e85600;
}
@@ -3714,7 +3727,7 @@ a.text-error:visited {
word-wrap: break-word;
}
-/*! Spectre.css Experimentals v0.5.8 | MIT License | github.com/picturepan2/spectre */
+/*! Spectre.css Experimentals v0.5.9 | MIT License | github.com/picturepan2/spectre */
.form-autocomplete {
position: relative;
}
@@ -4632,6 +4645,7 @@ a.text-error:visited {
border-radius: 50%;
height: .6rem;
margin-top: -.25rem;
+ -webkit-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}
@@ -4641,6 +4655,7 @@ a.text-error:visited {
border: 0;
border-radius: 50%;
height: .6rem;
+ -moz-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}
@@ -4650,6 +4665,7 @@ a.text-error:visited {
border: 0;
border-radius: 50%;
height: .6rem;
+ -ms-transition: transform .2s;
transition: transform .2s;
width: .6rem;
}