some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / preferences / in-content-new / preferences.css
index 07f97e33739771a0726e14abc34529df3a03c238..202128bcf9cc404d45391c4a626c2d1367c5d2a5 100644 (file)
   background-repeat: no-repeat;
 }
 
+.pane-container {
+  border-radius: 1em 0 0 0;
+  background-color: #000000;
+}
+
 #mainPrefPane {
   padding: 10px 20px 0px;
   border-radius: 1em 0 0 0;
@@ -101,13 +106,13 @@ treecol {
   list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#general-active");
 }
 
-#category-application > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#content");
+#category-search > .category-icon {
+  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#search");
 }
 
-#category-application:hover > .category-icon,
-#category-application[selected] > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#content-active");
+#category-search:hover > .category-icon,
+#category-search[selected] > .category-icon {
+  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#search-active");
 }
 
 #category-privacy > .category-icon {
@@ -128,23 +133,6 @@ treecol {
   list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#sync-active");
 }
 
-#category-advanced > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#advanced");
-}
-
-#category-advanced:hover > .category-icon,
-#category-advanced[selected] > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#advanced-active");
-}
-
-#category-search-results > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#searchResults");
-}
-
-#category-search-results > .category-icon {
-  list-style-image: url("chrome://browser/skin/preferences/in-content-new/icons.svg#searchResults-active");
-}
-
 @media (max-width: 800px) {
   .category-name {
     display: none;
@@ -702,20 +690,6 @@ description > html|a {
   background-color: var(--in-content-category-background-hover);
   border-color: var(--in-content-category-background-hover);
 }
-.help-button {
-  position: fixed;
-  left: 0;
-
-  /* Needs to have enough gap from the bottom to not
-     get behind the status panel (bug 1357841). */
-  bottom: 2rem;
-  font-size: 13px;
-  line-height: 13px;
-  height: 14px;
-  background-position: 15px;
-  padding-inline-start: 35px;
-  white-space: nowrap;
-}
 
 .help-button:-moz-locale-dir(rtl) {
   left: auto;
@@ -723,12 +697,6 @@ description > html|a {
   background-position: right 15px top 0;
 }
 
-.help-button:link,
-.help-button:visited {
-  color: var(--in-content-category-text);
-  text-decoration: none;
-}
-
 .search-tooltip {
   position: absolute;
   pointer-events: none;