Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- /* Minimal Functional Fox variables*/
- --mff-bg: #292f36;
- --mff-icon-color: #e0fbfc;
- --mff-nav-toolbar-padding: 8px;
- --mff-sidebar-bg: var(--mff-bg);
- --mff-sidebar-color: #e0fbfc;
- --mff-tab-border-radius: 0px;
- --mff-tab-color: #fefefa;
- --mff-tab-font-family: "Calibri", sans;
- --mff-tab-font-size: 9pt;
- --mff-tab-font-weight: 30;
- --mff-tab-height: 20px;
- --mff-tab-pinned-bg: #70c1b3;
- --mff-tab-selected-bg: #ee6c4d;
- --mff-tab-soundplaying-bg: #9c89b8;
- --mff-urlbar-color: #98c1d9;
- --mff-urlbar-focused-color: #e0fbfc;
- --mff-urlbar-font-family: "Calibri", serif;
- --mff-urlbar-font-size: 10pt;
- --mff-urlbar-font-weight: 30;
- --mff-urlbar-results-color: #e0fbfc;
- --mff-urlbar-results-font-family: "mononoki Nerd Font", serif;
- --mff-urlbar-results-font-size: 12pt;
- --mff-urlbar-results-font-weight: 30;
- --mff-urlbar-results-url-color: #98c1d9;
- /* --mff-tab-selected-bg: linear-gradient(90deg, rgba(232,74,95,1) 0%, rgba(255,132,124,1) 50%, rgba(254,206,168,1) 100%); */
- /* --mff-urlbar-font-weight: 600; */
- /* Overriden Firefox variables*/
- --autocomplete-popup-background: var(--mff-bg) !important;
- --default-arrowpanel-background: var(--mff-bg) !important;
- --default-arrowpanel-color: #fefefa !important;
- --lwt-toolbarbutton-icon-fill: var(--mff-icon-color) !important;
- --panel-disabled-color: #f9f9fa80;
- --toolbar-bgcolor: var(--mff-bg) !important;
- --urlbar-separator-color: transparent !important;
- }
- /*
- _____ _ ___ ___
- |_ _/_\ | _ ) __|
- | |/ _ \| _ \__ \
- |_/_/ \_\___/___/
- */
- .tab-background[selected="true"] {
- background: var(--mff-tab-selected-bg) !important;
- }
- .tab-background:not[visuallyselected] {
- background: var(--mff-tab-selected-bg) !important;
- opacity: 0.5 !important;
- }
- /* This positions the tabs under the navaigator container */
- #titlebar {
- -moz-box-ordinal-group: 2 !important;
- }
- .tabbrowser-tab::after,
- .tabbrowser-tab::before {
- border-left: none !important;
- }
- .tab-background {
- border: none !important;
- }
- .tabbrowser-arrowscrollbox {
- margin-inline-start: 4px !important;
- margin-inline-end: 0px !important;
- }
- .tab-close-button {
- display: none !important;
- }
- .tab-text {
- font-family: var(--mff-tab-font-family);
- font-weight: var(--mff-tab-font-weight);
- font-size: var(--mff-tab-font-size) !important;
- color: var(--mff-tab-color);
- }
- /* Hide the favicon for tabs */
- hbox.tab-content .tab-icon-image {
- display: none !important;
- }
- /* Show the favicon for tabs that are pinned */
- hbox.tab-content[pinned=true] .tab-icon-image {
- display: initial !important;
- }
- hbox.tab-content[pinned=true] .tab-text {
- display: none !important;
- }
- #tabbrowser-tabs {
- --tab-loading-fill: #033433 !important;
- }
- .tab-label-container:not([textoverflow]) {
- display: flex;
- overflow: hidden;
- justify-content: center;
- width: 50% !important;
- max-width: 50% !important;
- min-width: 50% !important;
- }
- /* .tab-label-container::after {
- content: "?" !important;
- } */
- .tab-line {
- display: none !important;
- }
- .tabbrowser-tab {
- border-radius: var(--mff-tab-border-radius) !important;
- border-width: 0;
- height: var(--mff-tab-height) !important;
- margin-bottom: 4px !important;
- margin-inline-end: 4px !important;
- margin-top: 4px !important;
- max-height: var(--mff-tab-height) !important;
- min-height: var(--mff-tab-height) !important;
- }
- .tabbrowser-tab[soundplaying="true"] {
- background-color: var(--mff-tab-soundplaying-bg) !important;
- }
- #tabs-newtab-button {
- list-style-image: url("add.svg") !important;
- opacity: 0.7;
- }
- .tab-icon-sound {
- display: none !important;
- }
- /*
- _____ ___ ___ _ ___ _ ___
- |_ _/ _ \ / _ \| | | _ ) /_\ | _ \
- | || (_) | (_) | |__| _ \/ _ \| /
- |_| \___/ \___/|____|___/_/ \_\_|_\
- */
- .urlbar-icon > image {
- fill: var(--mff-icon-color) !important;
- color: var(--mff-icon-color) !important;
- }
- .toolbarbutton-text {
- color: var(--mff-icon-color) !important;
- }
- .urlbar-icon {
- color: var(--mff-icon-color) !important;
- }
- .toolbarbutton-icon {
- /* filter: drop-shadow(0 0 0.75rem crimson); */
- }
- #urlbar-results {
- font-family: var(--mff-urlbar-results-font-family);
- font-weight: var(--mff-urlbar-results-font-weight);
- font-size: var(--mff-urlbar-results-font-size) !important;
- color: var(--mff-urlbar-results-color) !important;
- }
- .urlbarView-row[type="bookmark"] > span{
- color: green !important;
- }
- .urlbarView-row[type="switchtab"] > span{
- color: orange !important;
- }
- .urlbarView-url, .search-panel-one-offs-container {
- color: var(--mff-urlbar-results-url-color) !important;
- font-family: var(--mff-urlbar-font-family);
- font-weight: var(--mff-urlbar-results-font-weight);
- font-size: var(--mff-urlbar-font-size) !important;
- }
- .urlbarView-favicon, .urlbarView-type-icon {
- display: none !important;
- }
- #urlbar-input {
- font-size: var(--mff-urlbar-font-size) !important;
- color: var(--mff-urlbar-color) !important;
- font-family: var(--mff-urlbar-font-family) !important;
- font-weight: var(--mff-urlbar-font-weight)!important;
- text-align: center !important;
- }
- #tracking-protection-icon-container, #identity-box {
- display: none;
- }
- #back-button > .toolbarbutton-icon{
- --backbutton-background: transparent !important;
- border: none !important;
- }
- #back-button {
- list-style-image: url("left-arrow.svg") !important;
- }
- #forward-button {
- list-style-image: url("right-arrow.svg") !important;
- }
- toolbar {
- background-image: none !important;
- }
- #urlbar-background {
- opacity: .98 !important;
- }
- #navigator-toolbox, toolbaritem {
- border: none !important;
- }
- #urlbar-background {
- background-color: var(--mff-bg) !important;
- border: none !important;
- }
- .toolbar-items {
- background-color: var(--mff-bg) !important;
- }
- #sidebar-search-container {
- background-color: var(--mff-sidebar-bg) !important;
- }
- box.panel-arrowbox {
- display: none;
- }
- box.panel-arrowcontent {
- border-radius: 8px !important;
- border: none !important;
- }
- tab.tabbrowser-tab {
- overflow: hidden;
- }
- tab.tabbrowser-tab:hover {
- box-shadow: 0 1px 4px rgba(0,0,0,.05);
- }
- image#star-button {
- display: none;
- }
- toolbar#nav-bar {
- padding: var(--mff-nav-toolbar-padding) !important;
- }
- toolbar#nav-bar {
- padding: 4px !important;
- }
- #urlbar {
- max-width: 70% !important;
- margin: 0 15% !important;
- /* position: unset!important; */;
- }
- #urlbar-input:focus {
- color: var(--mff-urlbar-focused-color) !important;
- }
- .megabar[breakout-extend="true"]:not([open="true"]) > #urlbar-background {
- box-shadow: none !important;
- background-color: transparent !important;
- }
- toolbarbutton {
- box-shadow: none !important;
- }
- /*
- ___ ___ ___ ___ ___ _ ___
- / __|_ _| \| __| _ ) /_\ | _ \
- \__ \| || |) | _|| _ \/ _ \| /
- |___/___|___/|___|___/_/ \_\_|_\
- */
- .close-icon, .urlbar-icon {
- fill: var(--mff-icon-color) !important;
- }
- .sidebar-placesTree {
- color: var(--mff-sidebar-color) !important;
- }
- #sidebar-switcher-target {
- /* color: white !important; */
- }
- #sidebar-box {
- --sidebar-background-color: var(--mff-sidebar-bg) !important;
- }
- splitter#sidebar-splitter {
- opacity: 0 !important;
- }
- splitter#sidebar-splitter {
- border: none !important;
- background-color: transparent !important;
- }
- image#sidebar-icon {
- display: none;
- }
- /*
- _ ___ ___ _____ _____ _ _ _ ___ _
- /_\ | _ \ _ \/ _ \ \ / / _ \/_\ | \| | __| |
- / _ \| / / (_) \ \/\/ /| _/ _ \| .` | _|| |__
- /_/ \_\_|_\_|_\\___/ \_/\_/ |_|/_/ \_\_|\_|___|____|
- */
- .panel-arrowcontent {
- padding: 0px !important;
- margin: 0px !important;
- }
- toolbarseparator {
- display: none;
- }
- SIDEBERRYY
- :root {
- --sidebar-min-width: 30px;
- --sidebar-visible-width: 300px;
- }
- #sidebar-header {
- overflow: hidden !important;
- }
- #sidebar-box #sidebar-header {
- display: none !important;
- }
- #sidebar,
- #sidebar-header {
- position: relative !important;
- min-width: var(--sidebar-min-width) !important;
- max-width: var(--sidebar-min-width) !important;
- transition: .2s ease .25s;
- z-index:1;
- }
- /* MIN MAX CLOSE Remove */
- #TabsToolbar > .titlebar-buttonbox-container{ visibility: collapse !important; }
- DUSK FOX
- ::-moz-selection {background-color: rgba(255, 99, 71, 0.8) !important;}
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
- /* menu */
- menupopup, popup,
- popup > menu > menupopup,
- menupopup > menu > menupopup,
- #context-navigation {
- -moz-appearance: none !important;
- background: #282828 !important;
- border: none !important;
- padding: 2px 0px 2px 0px !important;
- }
- menupopup menuseparator {
- -moz-appearance: none !important;
- background: #323232 !important;
- margin: 2px 0px 2px 0px !important;
- padding: 0 !important;
- border-top: none !important;
- border-color: transparent !important;
- }
- menupopup menu, menuitem{
- -moz-appearance: none !important;
- color: #eeeef2 !important;
- font-family: Calibri !important;
- }
- menupopup menu:hover, menuitem:hover, context-navigation > menuitem:hover {
- -moz-appearance: none !important;
- color: #eeeef2 !important;
- background-color: rgba(255, 99, 71, 0.8) !important;
- }
- /* selected option colour */
- .autocomplete-richlistitem[selected],
- .View-row[selected] {
- background-color: #333333 !important;
- }
- /* find bar (ctrl + f) */
- .findbar-container {
- background: #282828 !important;
- color: #eeeef2 !important;
- border-color: 0 !important;
- }
- .findbar-closebutton {
- background-color: #282828 !important;
- color: #eeeef2 !important;
- }
- .findbar-find-previous,
- .findbar-find-next{
- background-color: #282828 !important;
- border-color: #1c1c1c !important;
- }
- .findbar-find-previous:hover,
- .findbar-find-next:hover {
- cursor: pointer;
- }
- .findbar-textbox {
- background-color: #282828 !important;
- border-color: #1c1c1c !important;
- }
- #PopupAutoCompleteRichResult {
- margin-left: 0px !important;
- }
- /** bookmarks **/
- /* Color of bookmarks text */
- .bookmark-item[container] {
- color: #eeeef2 !important;
- }
- /* Color of bookmarks icon */
- .bookmark-item {
- fill: #eeeef2 !important;
- }
- /* Global (default) */
- .bookmark-item:not([container]){
- fill: #eeeef2 !important;
- }
- /* Icon */
- .menu-iconic-text {
- color: white !important;
- }
- /* Hover on children color */
- .bookmark-item:not([container]):hover {
- background-color: rgba(255, 99, 71, 0.8) !important;
- }
- /** hamburger menu **/
- /* remove arrow at the top of menu */
- .panel-arrowbox {
- display: none;
- }
- /* border */
- .panel-arrowcontent {
- border-color: #282828 !important;
- }
- .panel-subview-body {
- color: #eeeef2 !important;
- background: #282828 !important;
- border-color: #eeeef2 !important;
- border-width: 0 !important;
- }
- .subviewbutton:hover {
- background-color: rgba(255, 99, 71, 0.8) !important;
- }
- /* zoom % */
- #appMenu-zoomReset-button {
- color: #cccccc !important;
- border-width: 0 !important;
- background-color: #282828 !important;
- }
- .subviewbutton.panel-subview-footer {
- background-color: #282828 !important;
- border-top: 0px solid !important;
- }
- .panel-header {
- border-bottom: 1px solid #1f1f1f !important;
- background: #282828 !important;
- }
- .panel-subview-footer,
- [class^="PanelUI-"] {
- color: #eeeef2 !important;
- background: #282828 !important;
- }
- .subviewbutton,
- .subview-subheader {
- color: #eeeef2 !important;
- }
- /* Separator */
- :root {
- --panel-separator-color: #323232 !important;
- }
- .subviewbutton[shortcut]::after {
- font-family: Calibri !important;
- color: #cccccc !important;
- }
- .subviewbutton-nav::after {
- fill: #cccccc !important;
- }
- /* Font */
- #appMenu-popup .subviewbutton .toolbarbutton-text,
- #appMenu-popup .panel-arrowcontent,
- panelmultiview .toolbaritem-combined-buttons>label {
- font-family: Calibri !important;
- font-size: 11px !important;
- #tracking-protection-icon-container {display: none !important;}
- #identity-box { display: none !important }
- #identity-box.extensionPage #identity-icon-labels {
- display: none !important;
- }
- #tracking-protection-icon-box {
- visibility: collapse !important;
- }
- :root:not([customizing]) #navigator-toolbox {
- background-color: #e2e2e2!important;
- }
- :root:not([customizing]) #navigator-toolbox #nav-bar {
- min-height: 0!important;
- max-height: 0;
- height: 0;
- overflow: hidden;
- }
- :root:not([customizing]) #navigator-toolbox:focus-within #nav-bar {
- max-height: 32px;
- height: 32px;
- }
- :root:not([customizing]) .tabbrowser-tab:not([pinned="true"]) {
- --tab-min-width: fit-content;
- -moz-box-flex: 0!important;
- max-width: 70px;
- }
- :root:not([customizing]) .tabbrowser-tab:not([pinned="true"]) .tab-stack {
- flex-basis: 1;
- }
- :root:not([customizing]) .tab-content {
- padding: 0 6px;
- }
- :root:not([customizing]) .tab-line,
- :root:not([customizing]) .tab-text,
- :root:not([customizing]) .tab-close-button {
- display: none;
- }
- :root:not([customizing]) .tab-icon-image {
- margin: 0!important;
- }
- /* Set minimum width below which tabs will not shrink */
- :root {
- --my-tab-min-width: 20px;
- }
- /* Essential rule for reducing minimum tab width */
- .tabbrowser-tab:not([pinned]){
- min-width: var(--my-tab-min-width) !important;
- }
- /* Optional rules for widths below 40px */
- /* Reduce icon's right margin for less wasted space */
- .tabbrowser-tab:not([pinned]) .tab-icon-image {
- margin-right: 0px !important;
- }
- /* Set minimum width below which tabs will not shrink */
- :root {
- --my-tab-min-width: 20px;
- }
- /* Essential rule for reducing minimum tab width */
- .tabbrowser-tab:not([pinned]){
- min-width: var(--my-tab-min-width) !important;
- }
- /* Optional rules for widths below 40px */
- /* Reduce icon's right margin for less wasted space */
- .tabbrowser-tab:not([pinned]) .tab-icon-image {
- margin-right: 1px !important;
- }
- /* Adjust padding for better centering and less wasted space */
- .tabbrowser-tab:not([pinned]) .tab-content{
- padding-left: calc((var(--my-tab-min-width) - 22px)/2) !important;
- padding-right: calc((var(--my-tab-min-width) - 22px)/2) !important;
- }
- /* MIN MAX CLOSE Remove */
- #TabsToolbar > .titlebar-buttonbox-container{ visibility: collapse !important; }
- /* Search Bar */
- /* Search Bar */
- /* Search Bar */
- /* Hide some buttons for hover
- */
- #nav-bar:not([customizing="true"]) > #nav-bar-customization-target > #urlbar-container:not(:hover) > #urlbar:not([focused]) > #urlbar-input-container > #page-action-buttons {
- opacity: 0;
- }
- #page-action-buttons {
- transition: opacity 0.15s ease;
- }
- #nav-bar:not([customizing="true"]) > #nav-bar-customization-target > #urlbar-container:not(:hover) > #urlbar:not([focused]) > #urlbar-input-container > #identity-box {
- opacity: 0;
- /*visibility: collapse;*/
- }
- #identity-box {
- /*transition: visibility 0.30s ease-in-out, opacity 0.30s ease-in-out;*/
- transition: opacity 0.15s ease;
- }
- #nav-bar:not([customizing="true"]) > #nav-bar-customization-target > #urlbar-container:not(:hover) > #urlbar:not([focused]) > #urlbar-input-container > #tracking-protection-icon-container {
- opacity: 0;
- }
- #tracking-protection-icon-container {
- transition: opacity 0.15s ease;
- }
- /* Search Bar #2b2b2bd1 262626ed #1E1E1EBF*/
- #urlbar-container {
- border-radius: 8px 8px 8px 8px !important;
- /* padding-top: 0px !important;
- padding-bottom: 0px !important;*/
- }
- #urlbar-input-container, #searchbar {
- border-radius: 8px !important;
- }
- #urlbar[breakout]{
- height: var(--urlbar-height) + 1 !important;
- }
- #urlbar[breakout][breakout-extend] {
- background-image: url(image/noise-512x512.png) !important;
- background-color: #1E1E1EBF;
- backdrop-filter: blur(32px) !important;
- }
- #urlbar[breakout][breakout-extend] > #urlbar-input-container, #urlbar-input-container {
- height: var(--urlbar-height) !important;
- padding-block: 0px !important;
- padding-inline: 0px !important;
- transition: none !important;
- }
- #urlbar[breakout][breakout-extend] {
- top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
- left: 0 !important;
- width: 100% !important;
- }
- .urlbarView.megabar .urlbarView-body-inner {
- border-top: 0px !important;
- }
- #urlbar-input-container { /* Fixing icons right and left padding inside search bar for hovering */
- padding-left: 7px;
- padding-right: 7px;
- }
- #navigator-toolbox {
- --lwt-toolbar-field-border-color: transparent !important;
- --lwt-toolbar-field-focus: transparent !important;
- --toolbar-field-focus-border-color: #77777773 !important;
- }
- #urlbar:not(.megabar):not([focused="true"]):-moz-lwtheme, #urlbar:not(.megabar):not([focused="true"]):-moz-lwtheme:hover {
- border-color: transparent;
- }
- #urlbar {
- border: 0 !important;
- border-bottom: 1px solid #ffffff30 !important;
- border-radius: 8px 8px 8px 8px !important;
- background-color:#0000004d;
- }
- #urlbar {
- box-shadow: none !important;
- text-align: center !important;
- }
- #tracking-protection-icon-container {
- border-inline-end: none !important;
- border-image: none !important;
- }
- .findbar-match-diacritics {display: none !important;}
- .findbar-case-sensitive {display: none !important;}
- .findbar-highlight {display: none !important;}
- .findbar-entire-word {display: none !important;}
- .findbar-find-status {display: none !important;}
- findbar{height: 35px;}
- findbar {margin-right: 16px !important;}
- .findbar-find-fast {padding: 0px !important;}
- .findbar-find-fast {padding-left: 2px !important;}
- .findbar-container {margin-right: -40px !important;}
- findbar[hidden] {transform: translateY(-15px);}
- findbar > .findbar-container > hbox{margin-right: 20px;}
- findbar{
- border-color: transparent !important;
- -moz-box-ordinal-group: 0 !important;
- margin-bottom: calc(0px - 2 * var(--toolbarbutton-inner-padding) - 15px);
- transition: transform 82ms linear, opacity 82ms linear 32ms !important;
- background: none !important;
- pointer-events: none;
- position: fixed !important;
- right: 0 !important;
- z-index: 1 !important;
- display: flex;
- border-left: 1px solid var(--chrome-content-separator-color);
- border-top: none !important;
- margin-top: -1px !important;}
- .findbar-closebutton{
- padding-left: 20px !important;
- padding-right: 20px !important;
- border-right: 1px solid #e1e1e2 !important;
- margin-right: 30px !important;
- border-bottom-right-radius: 3px !important;}
- findbar > .findbar-container,
- findbar > .close-icon{
- border: 1px solid var(--chrome-content-separator-color);
- border-width: 0 0 1px 0px;
- border-width: 0 0 1px 0px;
- padding: 7px !important;
- margin-left: 11px !important;
- background: var(--uc-light-bkgnd-color,var(--toolbar-bgcolor)) !important;
- border-bottom-right-radius: 3px !important;
- pointer-events: auto;}
- findbar .found-matches {
- direction: ltr !important;
- color: black !important;
- font-size: 14px;
- font-family: Calibri;
- -moz-box-ordinal-group: 0 !important;
- padding-right: 12px !important;
- padding-left: 5px !important;}
- .findbar-container > .findbar-find-fast{
- padding: var(--toolbarbutton-inner-padding) 1px;
- margin: 0 !important;}
- .findbar-find-previous {-moz-box-ordinal-group: 2 !important;
- border-left-width: -1px !important;
- border-right-width: 1px !important;}
- .findbar-find-next {-moz-box-ordinal-group: 2 !important;
- position: relative !important;
- border-right: 1px !important;
- border-radius: 0px !important;}
- .findbar-textbox {-moz-box-ordinal-group: 3 !important;}
- findbar > .findbar-container{
- -moz-box-direction: reverse;
- border-left-width: 1px;}
- findbar > .findbar-container {
- border-bottom-left-radius: 3px !important;}
- findbar .findbar-container {direction: rtl !important;}
- findbar .findbar-textbox {
- border-right: 0px !important;
- direction: ltr !important;}
- input.findbar-textbox::placeholder {opacity: 0 !important;}
- .findbar-textbox::placeholder {display: none !important;}
- /*■■■■■■■■■■■■■■■■■■■■■■■■■■ Customization area ■■■■■■■■■■■■■■■■■■■■■■■■■■*/
- /*Findbar position*/
- findbar{
- margin-right: 30px !important;
- }
- /**/
- /*Findbar*/
- findbar > .findbar-container,
- findbar > .close-icon{
- background-color: #f9f9fa !important; /*Background*/
- border-color: #e1e1e2 !important; /*Border*/
- }
- /**/
- /*Next/Prev result buttons*/
- .findbar-find-next{
- background-color: #fafafb !important; /*Background*/
- border-color: #a0a0a0 !important; /*Border*/
- fill: #0c0c0d !important; /*Arrow*/
- }
- .findbar-find-previous{
- background-color: #fafafb !important; /*Background*/
- border-color: #a0a0a0 !important; /*Border*/
- fill: #0c0c0d !important; /*Arrow*/
- }
- /**/
- /*Text field*/
- .findbar-textbox{
- background-color: #ffffff !important; /*Background*/
- border-color: #a0a0a0 !important; /*Border*/
- color: #000000 !important; /*Text*/
- }
- /**/
- /*Text field when no results found*/
- .findbar-textbox[status="notfound"]{
- background-color: rgb(251, 251, 251) !important; /*Background*/
- border-color: rgba(206, 206, 206, 0.69) !important; /*Border*/
- color: #000000 !important; /*Text*/
- }
- /**/
- /*Text field highlighted*/
- .findbar-textbox::selection {
- background-color: #3399ff !important; /*Background*/
- color: #ffffff !important; /*Text*/
- }
- /**/
- /*Results*/
- findbar .found-matches{
- color: #000000 !important; /*Text*/
- }
- /**/
- /*Close button*/
- findbar > .close-icon .toolbarbutton-icon{
- fill: black !important; /*Icon*/
- border-radius: 1px !important;
- }
- findbar > .close-icon:hover .toolbarbutton-icon{
- fill: black !important; /*Hover icon*/
- background-color: #f9f9fa !important; /*Hover background*/
- border-radius: 1px !important;
- }
- findbar > .close-icon:active .toolbarbutton-icon{
- fill: black !important; /*Active icon*/
- background-color: #F4F4F4 !important; /*Active background*/
- border-radius: 1px !important;
- }
- /**/
Advertisement
Add Comment
Please, Sign In to add comment