diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index f15861244b..b667f2e7c2 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -676,9 +676,13 @@ .et2_nextmatch .nextmatch_header { padding: 0; border: none; + border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); background-image: none; background-color: transparent; } + .et2_nextmatch .nextmatch_header .nextmatch_header_row { + padding-bottom: 0.25em; + } .et2_nextmatch > img { width: 16px; height: 16px; diff --git a/pixelegg/css/fancy.less b/pixelegg/css/fancy.less index b507966c51..ac2aaae963 100644 --- a/pixelegg/css/fancy.less +++ b/pixelegg/css/fancy.less @@ -83,15 +83,6 @@ border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); } -// Nextmatch -.et2_nextmatch .nextmatch_header { - border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); - - .nextmatch_header_row { - padding-bottom: 0.25em; - } -} - //rounded flatpickr div.flatpickr-calendar { border-radius: var(--sl-border-radius-medium); diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 9df5863373..6066b61949 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -669,9 +669,13 @@ .et2_nextmatch .nextmatch_header { padding: 0; border: none; + border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); background-image: none; background-color: transparent; } + .et2_nextmatch .nextmatch_header .nextmatch_header_row { + padding-bottom: 0.25em; + } .et2_nextmatch > img { width: 16px; height: 16px; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 0487da7234..ab3b89324a 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -495,8 +495,12 @@ div.header_row_right{ .et2_nextmatch .nextmatch_header { padding: 0; border: none; + border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color); background-image: none; background-color: transparent; + .nextmatch_header_row { + padding-bottom: 0.25em; + } } // ALL images