Better background for menu icons in the catalog.

This commit is contained in:
Mayhem 2014-02-04 10:29:14 +01:00
parent e0a171c558
commit 65e8b585bd
7 changed files with 25 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -452,15 +452,16 @@ a[href="javascript:;"] {
}
.thumb > .menu-button {
position: absolute;
top: 1px;
right: 1px;
top: 0;
right: 0;
}
.thumb > .menu-button > i {
width: 1em;
height: 1em;
padding: 1px;
border-radius: 0 2px 0 2px;
font-size: 14px;
text-shadow: 1px 1px 0 #FFF,
-1px 1px 0 #FFF,
-1px -1px 0 #FFF,
1px -1px 0 #FFF;
text-align: center;
}
.thread-stats {
flex-shrink: 0;

View File

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

View File

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

View File

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