/* Time setter */
-.timesetter {
- display: inline;
-}
-
.inline-input.inline-input.inline-input {
display: inline-block;
width: calc(100% - 5em)
padding-right: 1em;
}
+/* Config */
+
+input[type=file]::file-selector-button {
+ display: none;
+}
+
+input[type=file]::-webkit-file-upload-button {
+ display: block;
+ width: 0;
+ height: 0;
+ margin-left: -100%;
+}
+
+input[type=file]::-ms-browse {
+ display: none;
+}
+
+.row-button.row-button.row-button {
+ display: inline-block;
+ margin: 0 2em 0 2em
+}
+
/* fonts */
@font-face {