Update CSS of reload page button

This commit is contained in:
redphx 2023-07-16 12:01:22 +07:00
parent 3a7dea6c75
commit 5f9564de45

View File

@ -257,6 +257,16 @@ function addCss() {
line-height: 24px;
}
@media (hover: hover) {
.better_xcloud_settings_wrapper .setting_button:hover {
background-color: #00753c;
}
}
.better_xcloud_settings_wrapper .setting_button:active {
background-color: #00753c;
}
/* Hide UI elements */
#headerArea, #uhfSkipToMain, .uhf-footer {
display: none;