Don't need to set border-color on last suboption.

This commit is contained in:
ccd0 2014-12-23 15:05:15 -08:00
parent 1f380ffc67
commit a3b01facc8
6 changed files with 24 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/* General */
:root.burichan .dialog, :root.burichan .suboption-list > div:last-of-type {
:root.burichan .dialog {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
@ -29,6 +29,9 @@
:root.burichan #fourchanx-settings fieldset, :root.burichan .section-main div::before {
border-color: #B7C5D9;
}
:root.burichan .suboption-list > div:last-of-type {
background-color: #D6DAF0;
}
/* Quote */
:root.burichan .backlink.deadlink {

View File

@ -1,5 +1,5 @@
/* General */
:root.futaba .dialog, :root.futaba .suboption-list > div:last-of-type {
:root.futaba .dialog {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
@ -29,6 +29,9 @@
:root.futaba #fourchanx-settings fieldset, :root.futaba .section-main div::before {
border-color: #D9BFB7;
}
:root.futaba .suboption-list > div:last-of-type {
background-color: #F0E0D6;
}
/* Quote */
:root.futaba .backlink.deadlink {

View File

@ -1,5 +1,5 @@
/* General */
:root.photon .dialog, :root.photon .suboption-list > div:last-of-type {
:root.photon .dialog {
background-color: #DDD;
border-color: #CCC;
}
@ -29,6 +29,9 @@
:root.photon #fourchanx-settings fieldset, :root.photon .section-main div::before {
border-color: #CCC;
}
:root.photon .suboption-list > div:last-of-type {
background-color: #DDD;
}
/* Quote */
:root.photon .backlink.deadlink {

View File

@ -1,5 +1,5 @@
/* General */
:root.tomorrow .dialog, :root.tomorrow .suboption-list > div:last-of-type {
:root.tomorrow .dialog {
background-color: #282A2E;
border-color: #111;
}
@ -26,6 +26,9 @@
:root.tomorrow #fourchanx-settings fieldset, :root.tomorrow .section-main div::before {
border-color: #111;
}
:root.tomorrow .suboption-list > div:last-of-type {
background-color: #282A2E;
}
/* Catalog */
:root.tomorrow .catalog-thread > .comment > span.quote {

View File

@ -1,5 +1,5 @@
/* General */
:root.yotsuba-b .dialog, :root.yotsuba-b .suboption-list > div:last-of-type {
:root.yotsuba-b .dialog {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
@ -29,6 +29,9 @@
:root.yotsuba-b #fourchanx-settings fieldset, :root.yotsuba-b .section-main div::before {
border-color: #B7C5D9;
}
:root.yotsuba-b .suboption-list > div:last-of-type {
background-color: #D6DAF0;
}
/* Quote */
:root.yotsuba-b .backlink.deadlink {

View File

@ -1,5 +1,5 @@
/* General */
:root.yotsuba .dialog, :root.yotsuba .suboption-list > div:last-of-type {
:root.yotsuba .dialog {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
@ -29,6 +29,9 @@
:root.yotsuba #fourchanx-settings fieldset, :root.yotsuba .section-main div::before {
border-color: #D9BFB7;
}
:root.yotsuba .suboption-list > div:last-of-type {
background-color: #F0E0D6;
}
/* Quote */
:root.yotsuba .backlink.deadlink {