mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
fix firefox url bar stuff
This commit is contained in:
parent
4d6fb45068
commit
9433c552c4
3 changed files with 23 additions and 31 deletions
|
@ -343,7 +343,7 @@ font:
|
|||
#family: JetBrainsMono Nerd Font
|
||||
#family: Iosevka Term
|
||||
#family: cozette
|
||||
family: Terminus (TTF)
|
||||
#family: cherry
|
||||
#family: Terminus (TTF)
|
||||
family: cherry
|
||||
#family: lucy tewi2a
|
||||
#family: Scientifica
|
||||
|
|
|
@ -19,6 +19,7 @@ gtk-application-prefer-dark-theme=true
|
|||
gtk-decoration-layout=:
|
||||
|
||||
;gtk-font-name = DejaVu Sans 1 121
|
||||
gtk-font-name = xos4 Terminus Regular 12
|
||||
gtk-font-name = cozette 10
|
||||
;gtk-font-name = xos4 Terminus Regular 12
|
||||
;gtk-font-name = Terminus 12
|
||||
;gtk-font-name = cozette 10
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* variables {{{ */
|
||||
:root {
|
||||
/* Minimal Functional Fox variables*/
|
||||
--mff-bg: #282828;
|
||||
|
@ -9,8 +10,9 @@
|
|||
--mff-sidebar-color: #ebdbb2;
|
||||
--mff-tab-border-radius: 0px;
|
||||
--mff-tab-color: #ebdbb2;
|
||||
--mff-tab-font-family: "terminus (ttf)";
|
||||
--mff-tab-font-size: 9pt;
|
||||
/*--mff-tab-font-family: "terminus (ttf)";*/
|
||||
--mff-tab-font-family: "cozette";
|
||||
--mff-tab-font-size: 10pt;
|
||||
--mff-tab-font-weight: 400;
|
||||
--mff-tab-height: 20px;
|
||||
--mff-tab-pinned-bg: #70c1b3;
|
||||
|
@ -46,12 +48,9 @@
|
|||
--panel-disabled-color: rgba(var(--foreground-lighter), 0.4) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
_____ _ ___ ___
|
||||
|_ _/_\ | _ ) __|
|
||||
| |/ _ \| _ \__ \
|
||||
|_/_/ \_\___/___/
|
||||
*/
|
||||
/* }}} */
|
||||
|
||||
/* Tabs {{{ */
|
||||
|
||||
.tab-background[selected="true"] {
|
||||
background: var(--mff-tab-selected-bg) !important;
|
||||
|
@ -163,12 +162,9 @@ hbox.tab-content[pinned="true"] .tab-text {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
_____ ___ ___ _ ___ _ ___
|
||||
|_ _/ _ \ / _ \| | | _ ) /_\ | _ \
|
||||
| || (_) | (_) | |__| _ \/ _ \| /
|
||||
|_| \___/ \___/|____|___/_/ \_\_|_\
|
||||
*/
|
||||
/* }}} */
|
||||
|
||||
/* Toolbar {{{ */
|
||||
|
||||
.urlbar-icon > image {
|
||||
fill: var(--mff-icon-color) !important;
|
||||
|
@ -230,6 +226,7 @@ hbox.tab-content[pinned="true"] .tab-text {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
#urlbar-input {
|
||||
font-size: var(--mff-urlbar-font-size) !important;
|
||||
color: var(--mff-urlbar-color) !important;
|
||||
|
@ -313,8 +310,8 @@ toolbar#nav-bar {
|
|||
|
||||
#urlbar {
|
||||
max-width: 90% !important;
|
||||
margin: 0 15% !important;
|
||||
margin-top: -5px;
|
||||
margin: 0 5% !important;
|
||||
margin-top: -5px !important;
|
||||
/* position: unset!important; */
|
||||
}
|
||||
|
||||
|
@ -330,13 +327,9 @@ toolbar#nav-bar {
|
|||
toolbarbutton {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/*
|
||||
___ ___ ___ ___ ___ _ ___
|
||||
/ __|_ _| \| __| _ ) /_\ | _ \
|
||||
\__ \| || |) | _|| _ \/ _ \| /
|
||||
|___/___|___/|___|___/_/ \_\_|_\
|
||||
*/
|
||||
/* Sidebar {{{ */
|
||||
|
||||
.close-icon,
|
||||
.urlbar-icon {
|
||||
|
@ -367,13 +360,9 @@ splitter#sidebar-splitter {
|
|||
image#sidebar-icon {
|
||||
display: none;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/*
|
||||
_ ___ ___ _____ _____ _ _ _ ___ _
|
||||
/_\ | _ \ _ \/ _ \ \ / / _ \/_\ | \| | __| |
|
||||
/ _ \| / / (_) \ \/\/ /| _/ _ \| .` | _|| |__
|
||||
/_/ \_\_|_\_|_\\___/ \_/\_/ |_|/_/ \_\_|\_|___|____|
|
||||
*/
|
||||
/* arrow panel {{{*/
|
||||
|
||||
.panel-arrowcontent {
|
||||
padding: 0px !important;
|
||||
|
@ -395,3 +384,5 @@ toolbarseparator {
|
|||
color: red;
|
||||
}
|
||||
|
||||
|
||||
/* }}} */
|
||||
|
|
Loading…
Reference in a new issue