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:
commit
e5211ffe69
2 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue