Better background for menu icons in the catalog.
This commit is contained in:
parent
e0a171c558
commit
65e8b585bd
@ -56,3 +56,6 @@
|
|||||||
:root.burichan .focused.entry {
|
:root.burichan .focused.entry {
|
||||||
background: rgba(255, 255, 255, .33);
|
background: rgba(255, 255, 255, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #EEF2FF;
|
||||||
|
}
|
||||||
|
|||||||
@ -56,3 +56,6 @@
|
|||||||
:root.futaba .focused.entry {
|
:root.futaba .focused.entry {
|
||||||
background: rgba(255, 255, 255, .33);
|
background: rgba(255, 255, 255, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #FFE;
|
||||||
|
}
|
||||||
|
|||||||
@ -56,3 +56,6 @@
|
|||||||
:root.photon .focused.entry {
|
:root.photon .focused.entry {
|
||||||
background: rgba(255, 255, 255, .33);
|
background: rgba(255, 255, 255, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #EEE;
|
||||||
|
}
|
||||||
|
|||||||
@ -452,15 +452,16 @@ a[href="javascript:;"] {
|
|||||||
}
|
}
|
||||||
.thumb > .menu-button {
|
.thumb > .menu-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1px;
|
top: 0;
|
||||||
right: 1px;
|
right: 0;
|
||||||
}
|
}
|
||||||
.thumb > .menu-button > i {
|
.thumb > .menu-button > i {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
padding: 1px;
|
||||||
|
border-radius: 0 2px 0 2px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-shadow: 1px 1px 0 #FFF,
|
text-align: center;
|
||||||
-1px 1px 0 #FFF,
|
|
||||||
-1px -1px 0 #FFF,
|
|
||||||
1px -1px 0 #FFF;
|
|
||||||
}
|
}
|
||||||
.thread-stats {
|
.thread-stats {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|||||||
@ -56,3 +56,6 @@
|
|||||||
:root.tomorrow .focused.entry {
|
:root.tomorrow .focused.entry {
|
||||||
background: rgba(0, 0, 0, .33);
|
background: rgba(0, 0, 0, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #1D1F21;
|
||||||
|
}
|
||||||
|
|||||||
@ -56,3 +56,6 @@
|
|||||||
:root.yotsuba-b .focused.entry {
|
:root.yotsuba-b .focused.entry {
|
||||||
background: rgba(255, 255, 255, .33);
|
background: rgba(255, 255, 255, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #EEF2FF;
|
||||||
|
}
|
||||||
|
|||||||
@ -56,3 +56,6 @@
|
|||||||
:root.yotsuba .focused.entry {
|
:root.yotsuba .focused.entry {
|
||||||
background: rgba(255, 255, 255, .33);
|
background: rgba(255, 255, 255, .33);
|
||||||
}
|
}
|
||||||
|
:root.yotsuba-b .thumb > .menu-button > i {
|
||||||
|
background: #FFE;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user