49 lines
832 B
CSS
49 lines
832 B
CSS
/* General */
|
|
:root.photon .dialog {
|
|
background-color: #DDD;
|
|
border-color: #CCC;
|
|
}
|
|
:root.photon .field:focus {
|
|
border-color: #EA8;
|
|
}
|
|
|
|
/* Header */
|
|
:root.photon #header-bar {
|
|
font-size: 9pt;
|
|
color: #333;
|
|
}
|
|
:root.photon #header-bar a {
|
|
color: #FF6600;
|
|
}
|
|
|
|
/* Settings */
|
|
:root.photon #fourchanx-settings fieldset {
|
|
border-color: #CCC;
|
|
}
|
|
|
|
/* Quote */
|
|
:root.photon .backlink.deadlink {
|
|
color: #F60 !important;
|
|
}
|
|
:root.photon .inline {
|
|
border-color: #CCC;
|
|
background-color: rgba(255, 255, 255, .14);
|
|
}
|
|
|
|
/* QR */
|
|
.photon #dump-list::-webkit-scrollbar-thumb {
|
|
background-color: #DDD;
|
|
border-color: #CCC;
|
|
}
|
|
:root.photon .qr-preview {
|
|
background-color: rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
/* Menu */
|
|
:root.photon .entry {
|
|
border-bottom: 1px solid #CCC;
|
|
}
|
|
:root.photon .focused.entry {
|
|
background: rgba(255, 255, 255, .33);
|
|
}
|