From 65e8b585bd8d7e33f1bc1f68d0cc5b853b64c7a0 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 4 Feb 2014 10:29:14 +0100 Subject: [PATCH] Better background for menu icons in the catalog. --- css/burichan.css | 3 +++ css/futaba.css | 3 +++ css/photon.css | 3 +++ css/style.css | 13 +++++++------ css/tomorrow.css | 3 +++ css/yotsuba-b.css | 3 +++ css/yotsuba.css | 3 +++ 7 files changed, 25 insertions(+), 6 deletions(-) diff --git a/css/burichan.css b/css/burichan.css index ac1dc8ba7..3fd787105 100644 --- a/css/burichan.css +++ b/css/burichan.css @@ -56,3 +56,6 @@ :root.burichan .focused.entry { background: rgba(255, 255, 255, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #EEF2FF; +} diff --git a/css/futaba.css b/css/futaba.css index 0f21afb04..c9588ccf4 100644 --- a/css/futaba.css +++ b/css/futaba.css @@ -56,3 +56,6 @@ :root.futaba .focused.entry { background: rgba(255, 255, 255, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #FFE; +} diff --git a/css/photon.css b/css/photon.css index 2580b0cf2..1d95e6a63 100644 --- a/css/photon.css +++ b/css/photon.css @@ -56,3 +56,6 @@ :root.photon .focused.entry { background: rgba(255, 255, 255, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #EEE; +} diff --git a/css/style.css b/css/style.css index 28d2f01c9..ee7881483 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/css/tomorrow.css b/css/tomorrow.css index e14ed417a..2805b062c 100644 --- a/css/tomorrow.css +++ b/css/tomorrow.css @@ -56,3 +56,6 @@ :root.tomorrow .focused.entry { background: rgba(0, 0, 0, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #1D1F21; +} diff --git a/css/yotsuba-b.css b/css/yotsuba-b.css index a39555c47..8dadd440a 100644 --- a/css/yotsuba-b.css +++ b/css/yotsuba-b.css @@ -56,3 +56,6 @@ :root.yotsuba-b .focused.entry { background: rgba(255, 255, 255, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #EEF2FF; +} diff --git a/css/yotsuba.css b/css/yotsuba.css index 5bb2e187b..b78fa0cb6 100644 --- a/css/yotsuba.css +++ b/css/yotsuba.css @@ -56,3 +56,6 @@ :root.yotsuba .focused.entry { background: rgba(255, 255, 255, .33); } +:root.yotsuba-b .thumb > .menu-button > i { + background: #FFE; +}