X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fhandling%2Fhandling.css;h=1988dc4dc2d368dd9a4e894e807d526060eb652b;hp=5c413f3d65ae6e428bde3a4ec0066205ae3c6a75;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=6c5a63bbd8e0df71327748f51f8164e44b1eb066 diff --git a/EarlyBlue/mozapps/handling/handling.css b/EarlyBlue/mozapps/handling/handling.css index 5c413f3d..1988dc4d 100644 --- a/EarlyBlue/mozapps/handling/handling.css +++ b/EarlyBlue/mozapps/handling/handling.css @@ -5,6 +5,7 @@ richlistitem[type] { min-height: 36px; /* Don't forget to update the richlistbox height! */ + padding-inline-start: 2px; } richlistitem { @@ -15,3 +16,11 @@ richlistbox { /* 3 items high, plus 4px for top and bottom margins, less 2px for border */ min-height: 110px; } + +.name { + font-weight: bold; +} + +.description { + color: #808080; +}