Removes Chrome-only CSS

This commit is contained in:
javl
2018-07-24 16:56:30 +02:00
parent 9332293e77
commit b35bb67725
+10 -5
View File
@@ -24,7 +24,7 @@
display: flex;
flex-direction: column;
margin: auto;
width: 800px;
width: 900px;
}
.section {
margin: 10px 0;
@@ -115,18 +115,18 @@
margin: 3px 0;
}
button,
input[type="file"]::-webkit-file-upload-button {
input[type="file"] {
background: #00CB99;
border-radius: 3px;
border: none;
color: #fff;
font-size: .9em;
font-weight: 100;
font-weight: bold;
margin: 10px 0;
padding: 4px 8px;
}
input[type="file"]::-webkit-file-upload-button {
font-size: 1.6em;
input[type="file"] {
font-size: 1.0em;
padding: 6px 20px;
}
.generate-button {
@@ -178,6 +178,11 @@
color: #ff0000;
display: none;
}
h1{
padding: 10px;
color: white;
background-color: #00cb99;
}
</style>
</head>
<body>