Styles for new release
This commit is contained in:
parent
4ab0680593
commit
2895ce97da
2 changed files with 10 additions and 4 deletions
|
@ -17,8 +17,11 @@ body {
|
||||||
#custom-css #search-video{
|
#custom-css #search-video{
|
||||||
background: var(--mainBackgroundColor) !important;
|
background: var(--mainBackgroundColor) !important;
|
||||||
}
|
}
|
||||||
|
#custom-css .footer-links a,
|
||||||
/* Dropdowns */
|
#custom-css .footer-copyleft a{
|
||||||
|
color: var(--menuForegroundColor) !important
|
||||||
|
}
|
||||||
|
/* Dropdowns & inputs */
|
||||||
#custom-css .dropdown-menu{
|
#custom-css .dropdown-menu{
|
||||||
background-color: var(--menuBackgroundColor);
|
background-color: var(--menuBackgroundColor);
|
||||||
color: var(--menuForegroundColor);
|
color: var(--menuForegroundColor);
|
||||||
|
@ -70,7 +73,10 @@ body {
|
||||||
}
|
}
|
||||||
#custom-css .sub-header-container my-menu .menu-wrapper{
|
#custom-css .sub-header-container my-menu .menu-wrapper{
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
#custom-css .dropdown-item:hover .ml-auto:not(.glyphicon){
|
||||||
|
box-shadow: 0 0 0 0.1em var(--menuForegroundColor) !important;
|
||||||
|
}
|
||||||
/* Icons && Icon hovers */
|
/* Icons && Icon hovers */
|
||||||
#custom-css a my-global-icon svg circle[stroke="#000000"],
|
#custom-css a my-global-icon svg circle[stroke="#000000"],
|
||||||
#custom-css a my-global-icon svg g[stroke="#000000"],
|
#custom-css a my-global-icon svg g[stroke="#000000"],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "peertube-theme-bittube-light-mode",
|
"name": "peertube-theme-bittube-light-mode",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "BitTube light theme",
|
"description": "BitTube light theme",
|
||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=1.3.0"
|
"peertube": ">=1.3.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue