UI improvements

This commit is contained in:
ari melody 2024-08-31 19:29:57 +01:00
parent dc0837bfee
commit 1998a36d6d
Signed by: ari
GPG key ID: CF99829C92678188
13 changed files with 148 additions and 241 deletions

View file

@ -50,6 +50,7 @@ input[type="text"] {
border: 1px solid transparent;
background: transparent;
outline: none;
cursor: pointer;
}
#title:hover {
@ -80,7 +81,9 @@ input[type="text"] {
vertical-align: top;
opacity: .66;
}
.release-info table tr td:not(:first-child):hover {
.release-info table tr td:not(:first-child) select:hover,
.release-info table tr td:not(:first-child) input:hover,
.release-info table tr td:not(:first-child) textarea:hover {
background: #e8e8e8;
cursor: pointer;
}