Make the QR thread selector appear as a clickable link.

This commit is contained in:
Mayhem 2013-05-14 22:42:51 +02:00
parent e952e0de27
commit e55a05cf05
7 changed files with 41 additions and 7 deletions

View File

@ -31,6 +31,12 @@
} }
/* QR */ /* QR */
:root.burichan #qr select {
color: #34345C;
}
:root.burichan #qr select:hover {
color: #DD0000;
}
.burichan #dump-list::-webkit-scrollbar-thumb { .burichan #dump-list::-webkit-scrollbar-thumb {
background-color: #D6DAF0; background-color: #D6DAF0;
border-color: #B7C5D9; border-color: #B7C5D9;

View File

@ -31,6 +31,12 @@
} }
/* QR */ /* QR */
:root.futaba #qr select {
color: #00E;
}
:root.futaba #qr select:hover {
color: red;
}
.futaba #dump-list::-webkit-scrollbar-thumb { .futaba #dump-list::-webkit-scrollbar-thumb {
background-color: #F0E0D6; background-color: #F0E0D6;
border-color: #D9BFB7; border-color: #D9BFB7;

View File

@ -13,7 +13,7 @@
color: #333; color: #333;
} }
:root.photon #header-bar a { :root.photon #header-bar a {
color: #FF6600; color: #F60;
} }
/* Settings */ /* Settings */
@ -31,6 +31,12 @@
} }
/* QR */ /* QR */
:root.photon #qr select {
color: #F60;
}
:root.photon #qr select:hover {
color: #FF3300;
}
.photon #dump-list::-webkit-scrollbar-thumb { .photon #dump-list::-webkit-scrollbar-thumb {
background-color: #DDD; background-color: #DDD;
border-color: #CCC; border-color: #CCC;

View File

@ -606,6 +606,10 @@ a.hide-announcement {
border: none; border: none;
background: none; background: none;
} }
#qr option {
color: #000;
background-color: #F7F7F7;
}
.presto #qr select { .presto #qr select {
height: 1em; height: 1em;
} }

View File

@ -31,16 +31,16 @@
} }
/* QR */ /* QR */
:root.tomorrow #qr select {
color: #81A2BE;
}
:root.tomorrow #qr select:hover {
color: #5F89AC;
}
.tomorrow #dump-list::-webkit-scrollbar-thumb { .tomorrow #dump-list::-webkit-scrollbar-thumb {
background-color: #282A2E; background-color: #282A2E;
border-color: #111; border-color: #111;
} }
:root.tomorrow #qr select {
color: #C5C8C6;
}
:root.tomorrow #qr option {
color: #000;
}
:root.tomorrow .qr-preview { :root.tomorrow .qr-preview {
background-color: rgba(255, 255, 255, .15); background-color: rgba(255, 255, 255, .15);
} }

View File

@ -31,6 +31,12 @@
} }
/* QR */ /* QR */
:root.yotsuba-b #qr select {
color: #34345C;
}
:root.yotsuba-b #qr select:hover {
color: #DD0000;
}
.yotsuba-b #dump-list::-webkit-scrollbar-thumb { .yotsuba-b #dump-list::-webkit-scrollbar-thumb {
background-color: #D6DAF0; background-color: #D6DAF0;
border-color: #B7C5D9; border-color: #B7C5D9;

View File

@ -31,6 +31,12 @@
} }
/* QR */ /* QR */
:root.yotsuba #qr select {
color: #00E;
}
:root.yotsuba #qr select:hover {
color: red;
}
.yotsuba #dump-list::-webkit-scrollbar-thumb { .yotsuba #dump-list::-webkit-scrollbar-thumb {
background-color: #F0E0D6; background-color: #F0E0D6;
border-color: #D9BFB7; border-color: #D9BFB7;