mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-05 05:17:24 +02:00
Housekeeping
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<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">
|
<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="https://cdn.rawgit.com/Chalarangelo/mini.css/3200d67830c20cee2ff3584198552a55e9b8d02d/flavors/v2/mini-default.min.css">
|
||||||
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
<link rel="stylesheet" href="../../flavors/v2/mini-default.css">
|
||||||
<style>
|
<style>
|
||||||
|
@@ -722,11 +722,6 @@ button, [type="button"], [type="submit"], [type="reset"] {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: 0.65; }
|
opacity: 0.65; }
|
||||||
|
|
||||||
[type="file"] {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
-moz-appearance: none;
|
|
||||||
appearance: none; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove the inheritance of text transform in Firefox.
|
* 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
@@ -45,8 +45,3 @@ button, [type="button"], [type="submit"], [type="reset"]{
|
|||||||
}
|
}
|
||||||
// TODO: Build "file" input. (many browsers use `::-webkit-file-upload-button` making it easier to style possibly).
|
// 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?).
|
// 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;
|
|
||||||
}
|
|
Reference in New Issue
Block a user