keep up with Classic development
[themes.git] / LCARStrek / communicator / prefpanels.css
index 68790e3c5d62d750929a60ae58217f4dab243c7b..1d7b718d09e4d4ea959de354ef1d13596cdd057e 100644 (file)
 /* ::::: Themes ::::: */
 #skinsTree {
   height: 80px;
-}  
+}
 
-.themesLink {
+*|*.themesLink {
   margin-left: 5px;
   text-decoration: normal;
   color: #FF9F00;
   cursor: pointer;
 }
 
-.themesLink:hover {
+*|*.themesLink:hover {
   text-decoration: underline;
   color: #9C9CFF;
 }
 
 #themesLink:active {
   color: #FFCF00;
-}  
+}
 
 #previewImageContainer {
   padding: 1px;
-  height: 92px; 
+  height: 92px;
 /*  background-color: #000000; */
 }
 
 #previewImage {
-  max-width: 355px; 
+  max-width: 355px;
   min-width: 355px;
   max-height: 85px;
   min-height: 85px;
 #mouseWheelMode {
   width: 9em;
 }
-
-/* ::::: Smart Browsing ::::: */
-
-#disabledDomains {
-  max-height: 13em;
-}
-
-/**
- * File icon (32x32)
- **/
-.file-icon-large {
-  list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
-}