X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=e7e951a78c21e0e07658476f63317d2bc43a93b8;hb=5651d9d47e25649b522f4d1c3d3f274594c5f641;hp=9f5e40f2a6a27a5e18d3c6f4a5aeb59a79b4df0e;hpb=1e29db46dc44bb298673e0574cef312051e15a94;p=themes.git diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 9f5e40f2..e7e951a7 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 1px solid #9999CC; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -239,7 +239,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; } @@ -449,7 +449,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 { @@ -596,7 +596,7 @@ } .addon[active="false"] { - /* background-color: rgba(135, 135, 135, 0.1); */ + background-color: #DDDDDD; } .addon-view[active="false"], @@ -643,11 +643,11 @@ } .addon[active="false"][selected] { - color: #000000; + color: #AAAAAA; } .addon[active="false"][selected] .name-container { - color: #222233; + color: #DDDDDD; } @@ -739,9 +739,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; } @@ -819,6 +823,7 @@ } #detail-grid > columns > column:first-child { + min-width: 15em; max-width: 25em; }