Skip to content

Commit

Permalink
Build CSS [Skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg authored and github-actions[bot] committed Jul 27, 2023
1 parent 5e58ebd commit 7be46ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/sakura-radical.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ textarea {
width: 100%;
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
.button, button, input[type=submit], input[type=reset], input[type=button], input[type=file]::file-selector-button {
display: inline-block;
padding: 5px 10px;
text-align: center;
Expand All @@ -185,11 +185,11 @@ textarea {
cursor: pointer;
box-sizing: border-box;
}
.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled] {
.button[disabled], button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled], input[type=file]::file-selector-button[disabled] {
cursor: default;
opacity: 0.5;
}
.button:focus:enabled, .button:hover:enabled, button:focus:enabled, button:hover:enabled, input[type=submit]:focus:enabled, input[type=submit]:hover:enabled, input[type=reset]:focus:enabled, input[type=reset]:hover:enabled, input[type=button]:focus:enabled, input[type=button]:hover:enabled {
.button:focus:enabled, .button:hover:enabled, button:focus:enabled, button:hover:enabled, input[type=submit]:focus:enabled, input[type=submit]:hover:enabled, input[type=reset]:focus:enabled, input[type=reset]:hover:enabled, input[type=button]:focus:enabled, input[type=button]:hover:enabled, input[type=file]::file-selector-button:focus:enabled, input[type=file]::file-selector-button:hover:enabled {
background-color: #00ffff;
border-color: #00ffff;
color: #000000;
Expand Down

0 comments on commit 7be46ab

Please sign in to comment.