From a3b01facc8cee3ed91492808d97e5fe699c98d26 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 23 Dec 2014 15:05:15 -0800 Subject: [PATCH] Don't need to set border-color on last suboption. --- src/General/css/burichan.css | 5 ++++- src/General/css/futaba.css | 5 ++++- src/General/css/photon.css | 5 ++++- src/General/css/tomorrow.css | 5 ++++- src/General/css/yotsuba-b.css | 5 ++++- src/General/css/yotsuba.css | 5 ++++- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/src/General/css/burichan.css b/src/General/css/burichan.css index 014152d0a..ec51f6a48 100755 --- a/src/General/css/burichan.css +++ b/src/General/css/burichan.css @@ -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 { diff --git a/src/General/css/futaba.css b/src/General/css/futaba.css index 8b75be940..dfbbeb4c4 100755 --- a/src/General/css/futaba.css +++ b/src/General/css/futaba.css @@ -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 { diff --git a/src/General/css/photon.css b/src/General/css/photon.css index 9960c60a7..7874f2184 100755 --- a/src/General/css/photon.css +++ b/src/General/css/photon.css @@ -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 { diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index eeaf8c706..be44f74a0 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -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 { diff --git a/src/General/css/yotsuba-b.css b/src/General/css/yotsuba-b.css index 80f733221..3bc0c94f3 100755 --- a/src/General/css/yotsuba-b.css +++ b/src/General/css/yotsuba-b.css @@ -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 { diff --git a/src/General/css/yotsuba.css b/src/General/css/yotsuba.css index fafca7767..314dba171 100755 --- a/src/General/css/yotsuba.css +++ b/src/General/css/yotsuba.css @@ -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 {