make new net/cert error pages work, remove pocket styling and let system add-on do...
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 0599cb83daac1bb8366e4aa020490ecdc2c6ba9c..2be2700d94b90c414de4f3d49715fade4d91d6e5 100644 (file)
 
 .list {
   margin: 0;
-  border-color: transparent;
+  border-width: 0 !important;
   background-color: transparent;
 }
 
+.list > scrollbox > .scrollbox-innerbox {
+  border: 1px dotted transparent;
+}
+
+.list:-moz-focusring > scrollbox > .scrollbox-innerbox {
+  border-color: #008484;
+}
+
 .addon {
   border-bottom: 1px solid #9C9CFF;
   padding: 5px;
 
 #detail-screenshot-box {
   -moz-margin-end: 2em;
-  padding: 10px;
-/*  background-color: white;*/
 }
 
 
 #detail-screenshot {
   max-width: 300px;
   max-height: 300px;
+/*  background-color: white;*/
 }
 
 #detail-screenshot[loading] {