Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
- /*
- * Edit this file and copy it as userChrome.css into your
- * profile-directory/chrome/
- */
- /*
- * This file can be used to customize the look of Mozilla's user interface
- * You should consider using !important on rules which you want to
- * override default settings.
- */
- /*
- * Do not remove the @namespace line -- it's required for correct functioning
- */
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
- /*
- * Some possible accessibility enhancements:
- */
- /*
- * Make all the default font sizes 20 pt:
- *
- * * {
- * font-size: 20pt !important
- * }
- */
- /*
- * Make menu items in particular 15 pt instead of the default size:
- *
- * menupopup > * {
- * font-size: 15pt !important
- * }
- */
- /*
- * Give the Location (URL) Bar a fixed-width font
- *
- * #urlbar {
- * font-family: monospace !important;
- * }
- */
- /*
- * For more examples see http://www.mozilla.org/unix/customizing.html
- */
- #main-window::after {
- opacity: 0 !important;
- }
- #appmenu-button {
- padding-left: 2px !important;
- padding-right: 2px !important;
- min-width: 14px !important;
- }
- #appmenu-button .button-text { display:none !important; }
- #appmenu-button dropmarker:before { content: "" !important; display: inline !important;
- }
- #personal-bookmarks {
- max-width: 240px !important
- }
- .tabbrowser-tab[pending] {
- opacity: 0.9 !important;
- }
- #BMB_bookmarksPopup scrollbox,
- #bookmarksMenuPopup scrollbox,
- #personal-bookmarks scrollbox {
- overflow-y:auto!important
- }
- #BMB_bookmarksPopup .autorepeatbutton-up,
- #BMB_bookmarksPopup .autorepeatbutton-down,
- #bookmarksMenuPopup .autorepeatbutton-up,
- #bookmarksMenuPopup .autorepeatbutton-down,
- #personal-bookmarks .autorepeatbutton-up,
- #personal-bookmarks .autorepeatbutton-down {
- display:none!important;
- }
- .tabbrowser-tab,
- .tabs-newtab-button {
- background-position: 1px 2px !important;
- background-size: calc(100% - 2px) calc(100% - 2px) !important;
- background-origin: border-box !important;
- background-repeat: no-repeat !important;
- background-clip: initial !important;
- margin: 0 !important;
- padding: 2px 0 4px !important;
- border-width: 4px 3px 0 !important;
- border-style: solid !important;
- border-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAcCAYAAABYvS47AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJBJREFUeNpiFBGXYmJgYABhZihGBn+h+B8LkGAFYhUgVgBiPjSFn4D4ARDfAZmka2Ntpb9t80bO1y+ePkfGIDGQHEgNA9DqkKfPnnn9//9fGIiZgJgBikFsYZAcSA3IRHYpSUmQ8e9AbkGyFsR+B5VjZ4IK/gHi/wyY4D9UDuxbRgbCgHFU4ajCUYU0UggQYADV1D8Ak746KgAAAABJRU5ErkJggg==') 4 3 0 fill repeat stretch !important;
- border-radius: 0 !important;
- box-shadow: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment