X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fprofile%2Fprofile.css;h=df5a4df3dcd3d775cad695ad1e93866efdd3db72;hb=0c7f928db227e5dcf900830c3cf317205c2acd33;hp=6c938b00c7fd09355347204f890f6944e85092b9;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/communicator/profile/profile.css b/LCARStrek/communicator/profile/profile.css index 6c938b00..df5a4df3 100644 --- a/LCARStrek/communicator/profile/profile.css +++ b/LCARStrek/communicator/profile/profile.css @@ -45,15 +45,11 @@ window.dialog { padding: 0; } -.dimmed-highcontrast { - color: #99cccc ! important; -} - -#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon { +#profiles > listitem { list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); } -#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon { +#profiles > listitem[rowMigrate="no"] { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); } @@ -82,3 +78,7 @@ box#wizardButtons { box.selection { margin-top: 4px; } + +description.error { + color: #FF0000; +}