mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-01-29 18:47:51 +01:00
Housekeeping
This commit is contained in:
parent
e9380f1e1b
commit
70991255d6
@ -9,7 +9,7 @@
|
||||
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
|
||||
<!-- Live demo styled as of 20161021 -->
|
||||
<!-- Live demo styled as of 20161023 -->
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/3200d67830c20cee2ff3584198552a55e9b8d02d/flavors/v2/mini-default.min.css">
|
||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
||||
<style>
|
||||
|
@ -722,11 +722,6 @@ button, [type="button"], [type="submit"], [type="reset"] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.65; }
|
||||
|
||||
[type="file"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; }
|
||||
|
||||
/**
|
||||
* Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
|
2
flavors/v2/mini-default.min.css
vendored
2
flavors/v2/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
@ -44,9 +44,4 @@ button, [type="button"], [type="submit"], [type="reset"]{
|
||||
}
|
||||
}
|
||||
// TODO: Build "file" input. (many browsers use `::-webkit-file-upload-button` making it easier to style possibly).
|
||||
// Firefox and IE will default to `[type="file"]` so there needs to be a solution for that (labels?).
|
||||
[type="file"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
// Firefox and IE will default to `[type="file"]` so there needs to be a solution for that (labels?).
|
Loading…
x
Reference in New Issue
Block a user