1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Merge pull request #1358 from plabadens/develop

Minor correction to tab theming for reborn theme
This commit is contained in:
Afterster 2016-08-05 08:21:18 +02:00 committed by GitHub
commit e5211ffe69
2 changed files with 16 additions and 0 deletions

View file

@ -590,6 +590,14 @@ a.option-list:hover {
border-color: #1d1d1d; border-color: #1d1d1d;
} }
#tabs li a {
color: #ff9d00;
}
#tabs li a:hover {
color: #ffc466;
}
#tabs li.tab_active a { #tabs li.tab_active a {
color: #fff; color: #fff;
} }

View file

@ -576,6 +576,14 @@ a.option-list:hover {
background-image: url("../../../images/background.light.png") !important; background-image: url("../../../images/background.light.png") !important;
} }
#tabs li a {
color: #1990db;
}
#tabs li a:hover {
color: #52aae4;
}
#tabs li.tab_active a { #tabs li.tab_active a {
color: #000; color: #000;
} }