fix firefox url bar stuff

This commit is contained in:
Leon Kowarschick 2020-06-01 12:08:23 +02:00
parent 4d6fb45068
commit 9433c552c4
3 changed files with 23 additions and 31 deletions

View file

@ -343,7 +343,7 @@ font:
#family: JetBrainsMono Nerd Font #family: JetBrainsMono Nerd Font
#family: Iosevka Term #family: Iosevka Term
#family: cozette #family: cozette
family: Terminus (TTF) #family: Terminus (TTF)
#family: cherry family: cherry
#family: lucy tewi2a #family: lucy tewi2a
#family: Scientifica #family: Scientifica

View file

@ -19,6 +19,7 @@ gtk-application-prefer-dark-theme=true
gtk-decoration-layout=: gtk-decoration-layout=:
;gtk-font-name = DejaVu Sans 1 121 ;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 = Terminus 12
;gtk-font-name = cozette 10 ;gtk-font-name = cozette 10

View file

@ -1,3 +1,4 @@
/* variables {{{ */
:root { :root {
/* Minimal Functional Fox variables*/ /* Minimal Functional Fox variables*/
--mff-bg: #282828; --mff-bg: #282828;
@ -9,8 +10,9 @@
--mff-sidebar-color: #ebdbb2; --mff-sidebar-color: #ebdbb2;
--mff-tab-border-radius: 0px; --mff-tab-border-radius: 0px;
--mff-tab-color: #ebdbb2; --mff-tab-color: #ebdbb2;
--mff-tab-font-family: "terminus (ttf)"; /*--mff-tab-font-family: "terminus (ttf)";*/
--mff-tab-font-size: 9pt; --mff-tab-font-family: "cozette";
--mff-tab-font-size: 10pt;
--mff-tab-font-weight: 400; --mff-tab-font-weight: 400;
--mff-tab-height: 20px; --mff-tab-height: 20px;
--mff-tab-pinned-bg: #70c1b3; --mff-tab-pinned-bg: #70c1b3;
@ -46,12 +48,9 @@
--panel-disabled-color: rgba(var(--foreground-lighter), 0.4) !important; --panel-disabled-color: rgba(var(--foreground-lighter), 0.4) !important;
} }
/* /* }}} */
_____ _ ___ ___
|_ _/_\ | _ ) __| /* Tabs {{{ */
| |/ _ \| _ \__ \
|_/_/ \_\___/___/
*/
.tab-background[selected="true"] { .tab-background[selected="true"] {
background: var(--mff-tab-selected-bg) !important; background: var(--mff-tab-selected-bg) !important;
@ -163,12 +162,9 @@ hbox.tab-content[pinned="true"] .tab-text {
display: none !important; display: none !important;
} }
/* /* }}} */
_____ ___ ___ _ ___ _ ___
|_ _/ _ \ / _ \| | | _ ) /_\ | _ \ /* Toolbar {{{ */
| || (_) | (_) | |__| _ \/ _ \| /
|_| \___/ \___/|____|___/_/ \_\_|_\
*/
.urlbar-icon > image { .urlbar-icon > image {
fill: var(--mff-icon-color) !important; fill: var(--mff-icon-color) !important;
@ -230,6 +226,7 @@ hbox.tab-content[pinned="true"] .tab-text {
display: none !important; display: none !important;
} }
#urlbar-input { #urlbar-input {
font-size: var(--mff-urlbar-font-size) !important; font-size: var(--mff-urlbar-font-size) !important;
color: var(--mff-urlbar-color) !important; color: var(--mff-urlbar-color) !important;
@ -313,8 +310,8 @@ toolbar#nav-bar {
#urlbar { #urlbar {
max-width: 90% !important; max-width: 90% !important;
margin: 0 15% !important; margin: 0 5% !important;
margin-top: -5px; margin-top: -5px !important;
/* position: unset!important; */ /* position: unset!important; */
} }
@ -330,13 +327,9 @@ toolbar#nav-bar {
toolbarbutton { toolbarbutton {
box-shadow: none !important; box-shadow: none !important;
} }
/* }}} */
/* /* Sidebar {{{ */
___ ___ ___ ___ ___ _ ___
/ __|_ _| \| __| _ ) /_\ | _ \
\__ \| || |) | _|| _ \/ _ \| /
|___/___|___/|___|___/_/ \_\_|_\
*/
.close-icon, .close-icon,
.urlbar-icon { .urlbar-icon {
@ -367,13 +360,9 @@ splitter#sidebar-splitter {
image#sidebar-icon { image#sidebar-icon {
display: none; display: none;
} }
/* }}} */
/* /* arrow panel {{{*/
_ ___ ___ _____ _____ _ _ _ ___ _
/_\ | _ \ _ \/ _ \ \ / / _ \/_\ | \| | __| |
/ _ \| / / (_) \ \/\/ /| _/ _ \| .` | _|| |__
/_/ \_\_|_\_|_\\___/ \_/\_/ |_|/_/ \_\_|\_|___|____|
*/
.panel-arrowcontent { .panel-arrowcontent {
padding: 0px !important; padding: 0px !important;
@ -395,3 +384,5 @@ toolbarseparator {
color: red; color: red;
} }
/* }}} */