Home: add floorp config

This commit is contained in:
blahai 2024-10-27 03:08:32 +03:00
parent 3c1c079d19
commit 0239cb535c
No known key found for this signature in database
117 changed files with 3768 additions and 0 deletions

View file

@ -0,0 +1,92 @@
/*-min max close size*/
.titlebar-button>.toolbarbutton-icon {
height: 14px !important;
min-height: 14px !important;
width: 14px !important;
min-width: 14px !important;
}
#titlebar {
-moz-appearance: none !important;
}
.titlebar-button {
transition: all 0.1s ease !important;
padding: 0px 8px !important;
background: none !important;
-moz-context-properties: fill, fill-opacity !important;
width: 16px;
height: 16px;
margin-left: 10px !important;
border-radius: 20px !important;
}
.titlebar-buttonbox {
display: flex;
-moz-context-properties: fill, fill-opacity !important;
}
/* close button */
.titlebar-close {
/* -moz-appearance: none !important;
fill: var(--red) !important;
opacity: 0.7 !important;
list-style-image: url(circle.svg) !important; */
background-color: var(--red) !important;
opacity: 0.7 !important;
}
.titlebar-close:hover {
opacity: 1 !important;
transform: scale(110%);
}
/* minimize button */
.titlebar-min {
/* -moz-appearance: none !important;
fill: var(--yellow) !important;
opacity: 0.7 !important;
list-style-image: url(circle.svg) !important; */
background-color: var(--yellow) !important;
opacity: 0.7 !important;
margin-left: 0px !important;
}
.titlebar-min:hover {
opacity: 1 !important;
transform: scale(110%);
}
/* maximize button */
.titlebar-max {
/* -moz-appearance: none !important;
fill: var(--green) !important;
opacity: 0.7 !important;
list-style-image: url(circle.svg) !important; */
background-color: var(--green) !important;
opacity: 0.7 !important;
}
.titlebar-max:hover {
opacity: 1 !important;
transform: scale(110%);
}
/* restore button */
.titlebar-restore {
/* -moz-appearance: none !important;
fill: var(--green) !important;
opacity: 0.7 !important;
list-style-image: url(circle.svg) !important; */
background-color: var(--green) !important;
opacity: 0.7 !important;
}
.titlebar-restore:hover {
opacity: 1 !important;
transform: scale(110%);
}
#private-browsing-indicator-with-label {
display: none !important;
}