summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css20
1 files changed, 9 insertions, 11 deletions
diff --git a/themes/light.css b/themes/light.css
index 33a349315..d9c7bfbf7 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1189,14 +1189,6 @@ video::-webkit-media-controls-overlay-play-button {
.cdm .header input {
margin: 0px 4px;
}
-.cdm .header[stuck] {
- box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
- border: 0 solid #ddd;
- border-bottom-width: 1px;
- background: white ! important;
- opacity: 0.9;
- backdrop-filter: blur(6px);
-}
.cdm .footer {
height: 30px;
padding-left: 5px;
@@ -1244,9 +1236,6 @@ video::-webkit-media-controls-overlay-play-button {
margin-top: 0px;
margin-bottom: 0px;
}
-div.cdm.expanded .header:not([stuck]) {
- background: transparent ! important;
-}
div.cdm.expanded div.header a.title {
font-size: 16px;
color: #999;
@@ -1401,6 +1390,15 @@ div.cdm.expandable:not(.active) .content,
div.cdm.expandable:not(.active) .collapse {
display: none;
}
+div.cdm.expandable.active .header[stuck],
+div.cdm.expanded .header[stuck] {
+ box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
+ border: 0 solid #ddd;
+ border-bottom-width: 1px;
+ background: white ! important;
+ opacity: 0.9;
+ backdrop-filter: blur(6px);
+}
body.ttrss_prefs {
background-color: #f5f5f5;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;