projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bb37f8
)
change download button color on mouse over
author
Moritz Warning
<moritzwarning@web.de>
Wed, 29 Jan 2020 17:14:23 +0000
(18:14 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Wed, 29 Jan 2020 17:14:23 +0000
(18:14 +0100)
www/index.css
patch
|
blob
|
history
diff --git
a/www/index.css
b/www/index.css
index 5b35d24ae567fe5472caad70c9bcfc178ef01621..ea1dd5079d9f4ffa4bf4a6b6b757112120566fe7 100644
(file)
--- a/
www/index.css
+++ b/
www/index.css
@@
-141,6
+141,10
@@
header > div {
background-color: #3F51B5;
}
+.download-link:hover {
+ background-color: #293680
+}
+
.download-link > span {
width: 30px;
margin-right: 15px;