diff options
| author | Hunternif <hunternif@gmail.com> | 2025-02-16 18:46:02 +0000 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2025-02-16 18:46:02 +0000 |
| commit | 75407657d18951ab0b36798d672183a9179437fe (patch) | |
| tree | a64beb6d3148efb319e1343e1f82e30bfd5b0034 /client/css/core-general.styl | |
| parent | de70036baba5b5dff869c79c3ec79e8726990b49 (diff) | |
client: fix weird Chrome bug where video controls are invisible under div class="transparent"
Diffstat (limited to 'client/css/core-general.styl')
| -rw-r--r-- | client/css/core-general.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/css/core-general.styl b/client/css/core-general.styl index b1f8401..3faf00f 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -106,7 +106,7 @@ form .fa-question-circle-o background-color: $scrollbar-bg-color &::-webkit-scrollbar-thumb background-color: $scrollbar-thumb-color - >.content-wrapper:not(.transparent) + >.content-wrapper:not(.transparent-container) background: $top-navigation-color padding: 1.8em @media (max-width: 1000px) @@ -117,7 +117,7 @@ form .fa-question-circle-o margin-bottom: 0 .darktheme #content-holder - >.content-wrapper:not(.transparent) + >.content-wrapper:not(.transparent-container) background: $top-navigation-color-darktheme hr |