[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-web PATCH 2/4] css: Improve the hover effect of the buttons
From: |
Thomas Huth |
Subject: |
[qemu-web PATCH 2/4] css: Improve the hover effect of the buttons |
Date: |
Wed, 16 Jun 2021 13:07:18 +0200 |
The hover effect of buttons was hardly visible since the color did
not change much. Use a brighter color to make it clear that the
button can be pressed.
Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/1
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
assets/css/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 6ee82c4..bed0bf4 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -304,7 +304,7 @@
.button:hover
{
- background: #F01111;
+ background: #F68811;
text-decoration: none;
}
--
2.27.0