improve firefox theme
This commit is contained in:
parent
15d45f9c49
commit
0b2734b053
2 changed files with 10 additions and 18 deletions
|
|
@ -14,24 +14,12 @@
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.browserSidebarContainer {
|
|
||||||
border: 0px solid var(--surface0) !important;
|
|
||||||
border-radius: 4px !important;
|
|
||||||
background-color: var(--mantle) !important;
|
|
||||||
overflow: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.browserContainer {
|
.browserContainer {
|
||||||
border: 0px !important;
|
border-radius: 8px !important;
|
||||||
margin-top: 8px !important;
|
margin: 6px !important;
|
||||||
margin-left: 8px !important;
|
background-color: transparent !important;
|
||||||
margin-right: 8px !important;
|
|
||||||
margin-bottom: 8px !important;
|
|
||||||
background-color: var(--mantle) !important;
|
|
||||||
border-radius: 2px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.browserStack {
|
browser {
|
||||||
border-radius: 2px !important;
|
border-radius: 8px !important;
|
||||||
background-color: var(--base) !important;
|
}
|
||||||
}*/
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,10 @@
|
||||||
global variables
|
global variables
|
||||||
======================================================================== */
|
======================================================================== */
|
||||||
:root {
|
:root {
|
||||||
|
--border-color-card: 1px solid var(--surface0) !important;
|
||||||
|
--urlbar-container-border-width: 1px !important;
|
||||||
|
--urlbar-container-border-color: var(--surface0) !important;
|
||||||
|
|
||||||
/* arrow panels */
|
/* arrow panels */
|
||||||
--arrowpanel-background: var(--surface0) !important;
|
--arrowpanel-background: var(--surface0) !important;
|
||||||
--arrowpanel-border-color: var(--surface1) !important;
|
--arrowpanel-border-color: var(--surface1) !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue