Fix background-color of the menu button in the catalog.

This commit is contained in:
Mayhem 2014-02-04 19:54:43 +01:00
parent 4191032381
commit 1653306439
5 changed files with 5 additions and 5 deletions

View File

@ -56,6 +56,6 @@
:root.burichan .focused.entry {
background: rgba(255, 255, 255, .33);
}
:root.yotsuba-b .thumb > .menu-button > i {
:root.burichan .thumb > .menu-button > i {
background: #EEF2FF;
}

View File

@ -56,6 +56,6 @@
:root.futaba .focused.entry {
background: rgba(255, 255, 255, .33);
}
:root.yotsuba-b .thumb > .menu-button > i {
:root.futaba .thumb > .menu-button > i {
background: #FFE;
}

View File

@ -56,6 +56,6 @@
:root.photon .focused.entry {
background: rgba(255, 255, 255, .33);
}
:root.yotsuba-b .thumb > .menu-button > i {
:root.photon .thumb > .menu-button > i {
background: #EEE;
}

View File

@ -56,6 +56,6 @@
:root.tomorrow .focused.entry {
background: rgba(0, 0, 0, .33);
}
:root.yotsuba-b .thumb > .menu-button > i {
:root.tomorrow .thumb > .menu-button > i {
background: #1D1F21;
}

View File

@ -56,6 +56,6 @@
:root.yotsuba .focused.entry {
background: rgba(255, 255, 255, .33);
}
:root.yotsuba-b .thumb > .menu-button > i {
:root.yotsuba .thumb > .menu-button > i {
background: #FFE;
}