mirror of https://github.com/Chocobozzz/PeerTube
Fix hotkeys page theming
parent
ff67e42303
commit
20c21606ac
|
@ -10,9 +10,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
color: #333;
|
color: pvar(--mainForegroundColor);
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: pvar(--mainBackgroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cfp-hotkeys-container.fade {
|
.cfp-hotkeys-container.fade {
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
.cfp-hotkeys table {
|
.cfp-hotkeys table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
color: #333;
|
color: pvar(--mainForegroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cfp-content {
|
.cfp-content {
|
||||||
|
@ -58,9 +58,9 @@
|
||||||
@include margin-right(5px);
|
@include margin-right(5px);
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #fff;
|
color: pvar(--mainBackgroundColor);
|
||||||
background-color: #333;
|
background-color: pvar(--mainForegroundColor);
|
||||||
border: 1px solid #333;
|
border: 1px solid pvar(--mainForegroundColor);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb;
|
box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb;
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
|
--bs-accordion-bg: #{pvar(--mainBackgroundColor)};
|
||||||
|
|
||||||
--bs-accordion-btn-color: var(--bs-accordion-color);
|
--bs-accordion-btn-color: var(--bs-accordion-color);
|
||||||
--bs-accordion-btn-bg: var(--bs-accordion-bg)
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
|
|
Loading…
Reference in New Issue