X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Fv2%2Ftemplates.css;h=984687dfee27340445d0230a78e6055fb2238d50;hb=refs%2Ftags%2Fv3.2;hp=77cce42211582a763c46e91b3106ea7ad7e8a3d5;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/templates.css b/_source/skins/v2/templates.css index 77cce42..984687d 100644 --- a/_source/skins/v2/templates.css +++ b/_source/skins/v2/templates.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -49,13 +49,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license font-weight: bold; } -.cke_skin_v2 .cke_tpl_hover +.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, +.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item { border: #ff9933 1px solid !important; background-color: #fffacd !important; cursor: pointer; cursor: hand; } + +.cke_skin_v2 .cke_tpl_list a:active .cke_tpl_item, +.cke_skin_v2 .cke_tpl_list a:hover .cke_tpl_item, +.cke_skin_v2 .cke_tpl_list a:focus .cke_tpl_item +{ + border-width: 3px; +} + /* * Fix property 'cursor' doesn't inherit on table */