Style the dump list scrollbar for WebKit browsers.

This commit is contained in:
Nicolas Stepien 2013-02-25 22:05:32 +01:00
parent aafae54e17
commit 920c0223bc
8 changed files with 32 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.burichan #dump-list::-webkit-scrollbar-thumb {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
:root.burichan .qrpreview { :root.burichan .qrpreview {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
} }

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.futaba #dump-list::-webkit-scrollbar-thumb {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
:root.futaba .qrpreview { :root.futaba .qrpreview {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
} }

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.photon #dump-list::-webkit-scrollbar-thumb {
background-color: #DDD;
border-color: #CCC;
}
:root.photon .qrpreview { :root.photon .qrpreview {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
} }

View File

@ -537,10 +537,16 @@ a[href="javascript:;"] {
white-space: nowrap; white-space: nowrap;
} }
#dump-list:hover { #dump-list:hover {
bottom: -10px; bottom: -12px;
overflow-x: auto; overflow-x: auto;
z-index: 1; z-index: 1;
} }
#dump-list::-webkit-scrollbar {
height: 12px;
}
#dump-list::-webkit-scrollbar-thumb {
border: 1px solid;
}
.qrpreview { .qrpreview {
background-position: 50% 20%; background-position: 50% 20%;
background-size: cover; background-size: cover;

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.tomorrow #dump-list::-webkit-scrollbar-thumb {
background-color: #282A2E;
border-color: #111;
}
:root.tomorrow .qrpreview { :root.tomorrow .qrpreview {
background-color: rgba(255, 255, 255, .15); background-color: rgba(255, 255, 255, .15);
} }

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.yotsuba-b #dump-list::-webkit-scrollbar-thumb {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
:root.yotsuba-b .qrpreview { :root.yotsuba-b .qrpreview {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
} }

View File

@ -26,6 +26,10 @@
} }
/* QR */ /* QR */
.yotsuba #dump-list::-webkit-scrollbar-thumb {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
:root.yotsuba .qrpreview { :root.yotsuba .qrpreview {
background-color: rgba(0, 0, 0, .15); background-color: rgba(0, 0, 0, .15);
} }