Skip to content

Commit

Permalink
Update theme
Browse files Browse the repository at this point in the history
::file-selector-button got standardised.
  • Loading branch information
lucas-sandery committed Jul 1, 2022
1 parent 88647b9 commit e6858db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions designs/lucas-sandery/adminer.css
Expand Up @@ -587,7 +587,7 @@ input[type="file"]:disabled::-webkit-file-upload-button {
background-color: rgba(76, 57, 87, 0.35);
cursor: not-allowed;
}
input[type="file"]::-moz-file-upload-button {
input[type="file"]::file-selector-button {
display: inline-block;
font-size: 85%;
text-align: center;
Expand All @@ -598,13 +598,13 @@ input[type="file"]::-moz-file-upload-button {
border-style: none;
cursor: pointer;
}
input[type="file"]:hover::-moz-file-upload-button,
input[type="file"]:focus::-moz-file-upload-button {
input[type="file"]:hover::file-selector-button,
input[type="file"]:focus::file-selector-button {
color: #fff;
background: #ec5f12;
text-decoration: none;
}
input[type="file"]:disabled::-moz-file-upload-button {
input[type="file"]:disabled::file-selector-button {
background-color: rgba(76, 57, 87, 0.35);
cursor: not-allowed;
}
Expand Down

0 comments on commit e6858db

Please sign in to comment.