X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=868a43b930a36206389bb64ccccf14a7b0c0497b;hp=24f925b4485e7b525724d7fc97a9354fec7c1eb0;hb=76c1877e1d85ee27ea6e5da23923778a69442d78;hpb=1e29db46dc44bb298673e0574cef312051e15a94 diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 24f925b4..868a43b9 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 3px solid #000000; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -251,7 +251,7 @@ } /* Maximize the size of the viewport when the window is small */ -@media all and (max-width: 800px) { +@media (max-width: 800px) { .category-name { display: none; } @@ -482,7 +482,7 @@ } .addon[active="false"] .icon { -/* filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */ + filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); } .addon-view[type="theme"] .icon { @@ -629,12 +629,13 @@ } .addon[active="false"] { - /* background-color: rgba(135, 135, 135, 0.1); */ + background-color: #8050B0; + color: #E7ADE7; } -.addon-view[active="false"], .addon-view[active="false"] .name-container { color: #E7ADE7; + color: #000000; } .addon-view[notification="warning"] { @@ -786,9 +787,13 @@ -moz-margin-start: 0; } -#detail-icon { +#detail-icon-container { + width: 64px; -moz-margin-end: 10px; margin-top: 6px; +} + +#detail-icon { max-width: 64px; max-height: 64px; } @@ -862,6 +867,7 @@ } #detail-grid { + min-width: 15em; margin-bottom: 2em; }