X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/9d3a523afdf3f69bbec53840a134807edb2415f2..e957cc2a18fd2363fe6451c2cff2edd452379f66:/skins/generic/plinn_style.css.dtml diff --git a/skins/generic/plinn_style.css.dtml b/skins/generic/plinn_style.css.dtml index a6f06d0..127de77 100644 --- a/skins/generic/plinn_style.css.dtml +++ b/skins/generic/plinn_style.css.dtml @@ -96,11 +96,11 @@ table.assign_global_roles { .config a:link, .config a:visited, .config a:active { - color : &dtml-specialLinkColor;; + color : &dtml-linkColor;; } .config a:hover { - color : &dtml-specialLinkHoverColor;; + color : &dtml-linkHoverColor;; } .config .tabs a, @@ -185,10 +185,9 @@ table.assign_global_roles { padding : 2px } .boxes_container li { - margin-left : 0 ; + margin-left : 0.5em ; color: &dtml-bulletColor;; - list-style-position : inside ; - list-style-image : url(&dtml-portal_url;/list_bullet.png); + list-style:none; } .tree_box table { @@ -541,17 +540,6 @@ table.assign_global_roles { margin-bottom: 1px; } -#HeaderArea a -#HeaderArea a:link, -#HeaderArea a:visited, -#HeaderArea a:active { - color : &dtml-specialLinkColor;; -} - -#HeaderArea a:hover { - color : &dtml-specialLinkHoverColor;; -} - /* Mosaic document */ table.input_form { border: none; border-spacing: 4px } table.input_form tr td { border: none } @@ -608,4 +596,9 @@ ul.completions li:hover { padding:0 0.5em; } +/* ckeditor */ +a.cke_path_item, a.cke_path_empty { + color: #4c4c4c; +} + /* */