difool2nice

aboutconfig.css

Mar 7th, 2022 (edited)
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.94 KB | None | 0 0
  1. @-moz-document url-prefix(about:config) {
  2.     * {
  3.         font-size: 15px !important;
  4.         font-family: Fira Sans !important;
  5.     }
  6.  
  7.     html, body {
  8.         background: #161a27 !important;
  9.         color: white !important;
  10.     }
  11.  
  12.     #prefs {
  13.         background-color: #161a27 !important;
  14.         color: #ffffff !important;
  15.  
  16.     }
  17.  
  18.     :root {
  19.         --checkmark: #ffffff !important;
  20.         --checkbox-checked-ink: #1e90ff !important;
  21.     }
  22.  
  23.    
  24.     #prefs {
  25.         border: none !important;
  26.     }
  27.  
  28.    
  29.     input[type="checkbox"]:disabled {
  30.         appearance: none !important;
  31.         border: 1px solid #1e90ff !important;
  32.         background-color: #161a27 !important;
  33.         border-radius: 2px;
  34.     }
  35.  
  36.     input[type="checkbox"]:hover {
  37.         appearance: none !important;
  38.         border: 1px solid #1e90ff !important;
  39.         background-color: #1e90ff80 !important;
  40.         border-radius: 2px;
  41.     }
  42.  
  43.     input[type="checkbox"] {
  44.         appearance: none !important;
  45.         border: 1px solid #1e90ff !important;
  46.         background-color: #161a27 !important;
  47.         border-radius: 2px;
  48.     }
  49.  
  50.     input[type="checkbox"]:checked {
  51.         appearance: none !important;
  52.         border: 1px solid #1e90ff !important;
  53.         background-color: #1e90ff !important;
  54.         border-radius: 2px;
  55.         color:#ffffff !important;
  56.     }
  57.  
  58.     #toolbar,
  59.     #search-container,
  60.     #about-config-search:focus,
  61.     #search-container,
  62.     #about-config-search[focused] {
  63.         box-shadow: unset !important;
  64.         border:none !important;
  65.         box-sizing: unset !important;
  66.         outline: none !important;
  67.     }
  68.  
  69.     #toolbar,
  70.     #search-container,
  71.     #about-config-search {
  72.         box-shadow: unset !important;
  73.         box-shadow: unset !important;
  74.         border:none !important;
  75.         box-sizing: unset !important;
  76.         outline: none !important;
  77.     }
  78.  
  79.    
  80.     #about-config-search {
  81.         /*-moz-context-properties: fill, fill-opacity;*/
  82.         margin-left: 20px !important;
  83.         fill: #1e90ff !important;
  84.         opacity: 1 !important;
  85.         box-sizing: border-box;
  86.         flex-grow: 1;
  87.         filter: opacity(100%) !important;
  88.         background-image: url("search.svg") !important;
  89.         background-repeat: no-repeat;
  90.         background-position: 8px center;
  91.         background-size: 20px !important;
  92.         margin-inline: 0;
  93.         text-align: match-parent;
  94.         direction: ltr;
  95.         /*color: #ffffff !important;*/
  96.         background-color: #161a27 !important;
  97.     }
  98.  
  99.     .config-background {
  100.         background: url("renardeau.gif") !important;
  101.         background-repeat: no-repeat;
  102.         height: 200px !important;
  103.         margin: 32px auto !important;
  104.         width: 235px !important;
  105.         background-size: 100% !important;
  106.     }
  107.  
  108.     checkbox:not([disabled]):hover>.checkbox-check {
  109.         border-color: #1e90ff !important;
  110.         background-color: #1e90ff !important;
  111.         border-radius: 3px !important;
  112.         color: #ffffff !important;
  113.         fill: #ffffff !important;
  114.     }
  115.  
  116.     checkbox[checked]>.checkbox-check {
  117.         list-style-image: url("chrome://global/skin/icons/check.svg");
  118.         -moz-context-properties: fill !important;
  119.         fill: #ffffff !important;
  120.         background-color: #1e90ff !important;
  121.     }
  122.  
  123.     checkbox>.checkbox-check {
  124.         background-color: #161a27 !important;
  125.         color: #ffffff !important;
  126.         border-color: #1e90ff !important;
  127.         border-radius: 2px !important;
  128.  
  129.     }
  130.  
  131.     button:hover,
  132.     input[type="button"]:hover {
  133.         background-color: #1e90ff80 !important;
  134.         color: #ffffff !important;
  135.         box-shadow: none !important;
  136.     }
  137.  
  138.     button,
  139.     input[type="button"] {
  140.         background-color: #1e90ff !important;
  141.         color: #ffffff !important;
  142.         box-shadow: none !important;
  143.     }
  144.  
  145.  
  146.     .checkbox-container {
  147.         font-size: 12px !important;
  148.         margin-right: 55px !important;
  149.         padding-block: 0px !important;
  150.     }
  151.  
  152.     span.checkbox-container {
  153.         font-size: 12px !important;
  154.     }
  155.  
  156.     .scrollbar[orient="horizontal"] {
  157.         display: none !important;
  158.     }
  159.  
  160.     #form-edit, .cell-edit {
  161.         background: #161a27 !important;
  162.     }
  163.  
  164.     td.cell-value>form>input[type="text"],
  165.     td.cell-value>form>input[type="number"] {
  166.         background: #161a27 !important;
  167.     }
  168.  
  169.     th, td, tr {
  170.         background: #161a27 !important;
  171.     }
  172.  
  173.     #prefs>tr>td:hover,
  174.     #prefs>tr>th:hover,
  175.     #prefs>tr:hover,
  176.     #prefs>th:hover,
  177.     #prefs>td:hover {
  178.         background-color: #1e90ff !important;
  179.     }
  180. }
Add Comment
Please, Sign In to add comment