1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-09 06:37:05 +02:00

Merge branch 'master' into master

This commit is contained in:
kylejrp
2019-10-02 10:01:48 -07:00
committed by GitHub
26 changed files with 180 additions and 34 deletions

View File

@@ -251,6 +251,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -357,6 +363,19 @@ textarea:disabled {
color: #a9a9a9; color: #a9a9a9;
} }
fieldset {
border: 1px #0096bfab solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
dist/dark.css vendored
View File

@@ -230,6 +230,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -318,6 +324,19 @@ textarea:disabled {
color: var(--form-placeholder); color: var(--form-placeholder);
} }
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

2
dist/dark.css.map vendored

File diff suppressed because one or more lines are too long

2
dist/dark.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -195,6 +195,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -283,6 +289,19 @@ textarea:disabled {
color: var(--form-placeholder); color: var(--form-placeholder);
} }
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -251,6 +251,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -357,6 +363,19 @@ textarea:disabled {
color: #949494; color: #949494;
} }
fieldset {
border: 1px #0096bfab solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
dist/light.css vendored
View File

@@ -230,6 +230,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -318,6 +324,19 @@ textarea:disabled {
color: var(--form-placeholder); color: var(--form-placeholder);
} }
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

2
dist/light.css.map vendored

File diff suppressed because one or more lines are too long

2
dist/light.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -195,6 +195,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -283,6 +289,19 @@ textarea:disabled {
color: var(--form-placeholder); color: var(--form-placeholder);
} }
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}
input[type='range'] { input[type='range'] {
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -100,6 +100,10 @@
<h3>Form elements</h3> <h3>Form elements</h3>
<form> <form>
<fieldset>
<legend>Fieldset</legend>
<label for='email'>Email</label> <label for='email'>Email</label>
<input <input
type='email' type='email'
@@ -108,6 +112,22 @@
placeholder='john.doe@gmail.com' placeholder='john.doe@gmail.com'
/> />
<label for='password'>Password</label>
<input
type='password'
name='password'
id='password'
placeholder='password'
/>
<p>
<input type='checkbox' name='remember' id='remember' checked />
<label for='remember'>Remember me</label>
</p>
<input type='submit' />
</fieldset>
<label for='id'>User id (read only)</label> <label for='id'>User id (read only)</label>
<input readonly name='id' id='id' value='04D6H89Z' /> <input readonly name='id' id='id' value='04D6H89Z' />
@@ -133,11 +153,9 @@
<option value='lemon'>Lemon juice</option> <option value='lemon'>Lemon juice</option>
</select> </select>
<br />
<label for='drinks'>Or select multiple favorite drinks</label> <label for='drinks'>Or select multiple favorite drinks</label>
<p>Hold down the Ctrl (windows) / <br/>
Command (Mac) button to select multiple options.</p> <small>Hold down the Ctrl (Windows) / Command (Mac) button to select multiple options. (P.S. this message is inside a <code>&lt;small&gt;</code> tag!</small>)
<select name='drink' id='drinks' multiple> <select name='drink' id='drinks' multiple>
<option value='mojito'>Mojito</option> <option value='mojito'>Mojito</option>
<option value='water'>Water</option> <option value='water'>Water</option>
@@ -168,11 +186,6 @@
<label for='volume'>Volume</label> <label for='volume'>Volume</label>
<input type='range' id='start' name='volume' id='volume' min='0' max='11' /> <input type='range' id='start' name='volume' id='volume' min='0' max='11' />
</div> </div>
<input type='checkbox' name='remember' id='remember' checked />
<label for='remember'>Remember me</label>
<input type='submit' />
</form> </form>
<h3>Code</h3> <h3>Code</h3>

View File

@@ -54,6 +54,12 @@ select::-ms-expand {
display: none; display: none;
} }
select[multiple] {
padding-right: 10px;
background-image: none;
overflow-y: auto;
}
button, button,
input[type='submit'], input[type='submit'],
input[type='button'] { input[type='button'] {
@@ -129,3 +135,16 @@ textarea:disabled {
::placeholder { ::placeholder {
color: var(--form-placeholder); color: var(--form-placeholder);
} }
fieldset {
border: 1px var(--focus) solid;
border-radius: 6px;
margin: 0;
margin-bottom: 6px;
padding: 10px;
}
legend {
font-size: 0.9em;
font-weight: 600;
}