From 7bb9309c15a85eb7371331bf78deba6d8db1ee7a Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 9 Nov 2025 20:15:00 +0000 Subject: [PATCH] Remove margin targeting headline dijit checkbox widget input. This resulted in parts of the 'checkbox' seemingly not responding to clicks. There's a separate rule targeting '.dijitCheckBox' that preserves the intended right margin for this checkbox. Closes #136. --- themes/compact.css | 6 ------ themes/compact_night.css | 6 ------ themes/light-high-contrast.css | 6 ------ themes/light.css | 6 ------ themes/light/cdm.less | 4 ---- themes/light/tt-rss.less | 6 ------ themes/night.css | 6 ------ themes/night_blue.css | 6 ------ 8 files changed, 46 deletions(-) diff --git a/themes/compact.css b/themes/compact.css index 860246539..ace6c1290 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1309,9 +1306,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic; diff --git a/themes/compact_night.css b/themes/compact_night.css index f2bebef27..d2f577c69 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1309,9 +1306,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic; diff --git a/themes/light-high-contrast.css b/themes/light-high-contrast.css index a7f16ee2e..d2bf3b839 100644 --- a/themes/light-high-contrast.css +++ b/themes/light-high-contrast.css @@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1309,9 +1306,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic; diff --git a/themes/light.css b/themes/light.css index 30fd30c5d..bcc1099c0 100644 --- a/themes/light.css +++ b/themes/light.css @@ -255,9 +255,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1309,9 +1306,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic; diff --git a/themes/light/cdm.less b/themes/light/cdm.less index 9d75032db..7fd790ed8 100644 --- a/themes/light/cdm.less +++ b/themes/light/cdm.less @@ -54,10 +54,6 @@ white-space : nowrap; } - input { - margin : 0 4px; - } - .feed { font-weight: normal; font-style: italic; diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less index f384a27f5..c024b95c6 100644 --- a/themes/light/tt-rss.less +++ b/themes/light/tt-rss.less @@ -280,12 +280,6 @@ body.ttrss_main { } } - .left { - input { - margin : 0 4px; - } - } - .right { text-align : right; diff --git a/themes/night.css b/themes/night.css index 3b9ffb56f..cb5c32863 100644 --- a/themes/night.css +++ b/themes/night.css @@ -256,9 +256,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1310,9 +1307,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic; diff --git a/themes/night_blue.css b/themes/night_blue.css index 363d39309..edc9907c0 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.css @@ -256,9 +256,6 @@ body.ttrss_main .hl .right i.material-icons { user-select: none; font-size: 21px; } -body.ttrss_main .hl .left input { - margin: 0 4px; -} body.ttrss_main .hl .right { text-align: right; } @@ -1310,9 +1307,6 @@ body.ttrss_utility hr { font-size: 11px; white-space: nowrap; } -.cdm .header input { - margin: 0 4px; -} .cdm .header .feed { font-weight: normal; font-style: italic;