From e55a05cf05f52dce4d3dbd55a2094406664fcd8d Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 14 May 2013 22:42:51 +0200 Subject: [PATCH] Make the QR thread selector appear as a clickable link. --- css/burichan.css | 6 ++++++ css/futaba.css | 6 ++++++ css/photon.css | 8 +++++++- css/style.css | 4 ++++ css/tomorrow.css | 12 ++++++------ css/yotsuba-b.css | 6 ++++++ css/yotsuba.css | 6 ++++++ 7 files changed, 41 insertions(+), 7 deletions(-) diff --git a/css/burichan.css b/css/burichan.css index 0c941526c..ac1dc8ba7 100644 --- a/css/burichan.css +++ b/css/burichan.css @@ -31,6 +31,12 @@ } /* QR */ +:root.burichan #qr select { + color: #34345C; +} +:root.burichan #qr select:hover { + color: #DD0000; +} .burichan #dump-list::-webkit-scrollbar-thumb { background-color: #D6DAF0; border-color: #B7C5D9; diff --git a/css/futaba.css b/css/futaba.css index 30099ef0c..0f21afb04 100644 --- a/css/futaba.css +++ b/css/futaba.css @@ -31,6 +31,12 @@ } /* QR */ +:root.futaba #qr select { + color: #00E; +} +:root.futaba #qr select:hover { + color: red; +} .futaba #dump-list::-webkit-scrollbar-thumb { background-color: #F0E0D6; border-color: #D9BFB7; diff --git a/css/photon.css b/css/photon.css index cd4d9a702..2580b0cf2 100644 --- a/css/photon.css +++ b/css/photon.css @@ -13,7 +13,7 @@ color: #333; } :root.photon #header-bar a { - color: #FF6600; + color: #F60; } /* Settings */ @@ -31,6 +31,12 @@ } /* QR */ +:root.photon #qr select { + color: #F60; +} +:root.photon #qr select:hover { + color: #FF3300; +} .photon #dump-list::-webkit-scrollbar-thumb { background-color: #DDD; border-color: #CCC; diff --git a/css/style.css b/css/style.css index 520faec69..d53f3b960 100644 --- a/css/style.css +++ b/css/style.css @@ -606,6 +606,10 @@ a.hide-announcement { border: none; background: none; } +#qr option { + color: #000; + background-color: #F7F7F7; +} .presto #qr select { height: 1em; } diff --git a/css/tomorrow.css b/css/tomorrow.css index 2d03d4498..e14ed417a 100644 --- a/css/tomorrow.css +++ b/css/tomorrow.css @@ -31,16 +31,16 @@ } /* QR */ +:root.tomorrow #qr select { + color: #81A2BE; +} +:root.tomorrow #qr select:hover { + color: #5F89AC; +} .tomorrow #dump-list::-webkit-scrollbar-thumb { background-color: #282A2E; border-color: #111; } -:root.tomorrow #qr select { - color: #C5C8C6; -} -:root.tomorrow #qr option { - color: #000; -} :root.tomorrow .qr-preview { background-color: rgba(255, 255, 255, .15); } diff --git a/css/yotsuba-b.css b/css/yotsuba-b.css index 20b1214fe..a39555c47 100644 --- a/css/yotsuba-b.css +++ b/css/yotsuba-b.css @@ -31,6 +31,12 @@ } /* QR */ +:root.yotsuba-b #qr select { + color: #34345C; +} +:root.yotsuba-b #qr select:hover { + color: #DD0000; +} .yotsuba-b #dump-list::-webkit-scrollbar-thumb { background-color: #D6DAF0; border-color: #B7C5D9; diff --git a/css/yotsuba.css b/css/yotsuba.css index 2cf8b83ba..5bb2e187b 100644 --- a/css/yotsuba.css +++ b/css/yotsuba.css @@ -31,6 +31,12 @@ } /* QR */ +:root.yotsuba #qr select { + color: #00E; +} +:root.yotsuba #qr select:hover { + color: red; +} .yotsuba #dump-list::-webkit-scrollbar-thumb { background-color: #F0E0D6; border-color: #D9BFB7;