Ticket #5119: 5119.patch
File 5119.patch, 4.3 KB (added by , 15 years ago) |
---|
-
_source/skins/v2/menu.css
32 32 border: 2px solid; 33 33 } 34 34 35 .cke_skin_v2 .cke_menuitem a.cke_disabled:hover,36 .cke_skin_v2 .cke_menuitem a.cke_disabled:focus,37 .cke_skin_v2 .cke_menuitem a.cke_disabled:active38 {39 background-color: transparent !important;40 }41 42 35 .cke_hc .cke_menuitem a.cke_disabled:hover, 43 36 .cke_hc .cke_menuitem a.cke_disabled:focus, 44 37 .cke_hc .cke_menuitem a.cke_disabled:active -
_source/skins/kama/menu.css
33 33 border: 2px solid; 34 34 } 35 35 36 .cke_skin_kama .cke_menuitem a.cke_disabled:hover,37 .cke_skin_kama .cke_menuitem a.cke_disabled:focus,38 .cke_skin_kama .cke_menuitem a.cke_disabled:active39 {40 background-color: transparent !important;41 }42 43 36 .cke_hc .cke_menuitem a.cke_disabled:hover, 44 37 .cke_hc .cke_menuitem a.cke_disabled:focus, 45 38 .cke_hc .cke_menuitem a.cke_disabled:active -
_source/skins/v2/toolbar.css
260 260 opacity: 0.6; 261 261 } 262 262 263 .cke_skin_v2 .cke_button a:hover.cke_on, 264 .cke_skin_v2 .cke_button a:focus.cke_on, 265 .cke_skin_v2 .cke_button a:active.cke_on, /* IE */ 266 .cke_skin_v2 .cke_button a:hover.cke_off, 267 .cke_skin_v2 .cke_button a:focus.cke_off, 268 .cke_skin_v2 .cke_button a:active.cke_off /* IE */ 263 .cke_skin_v2 .cke_button a:hover, 264 .cke_skin_v2 .cke_button a:focus, 265 .cke_skin_v2 .cke_button a:active /* IE */ 269 266 { 270 267 border: solid 1px #316ac5; 271 268 background-color: #dff1ff; 272 filter: alpha(opacity=100); /* IE */273 opacity: 1; /* Safari, Opera and Mozilla */274 269 padding: 2px 4px; 275 270 } 276 271 -
_source/skins/kama/toolbar.css
199 199 padding: 2px 4px; 200 200 } 201 201 202 .cke_skin_kama .cke_button a:hover .cke_on,203 .cke_skin_kama .cke_button a:focus .cke_on,204 .cke_skin_kama .cke_button a:active .cke_on/* IE */202 .cke_skin_kama .cke_button a:hover, 203 .cke_skin_kama .cke_button a:focus, 204 .cke_skin_kama .cke_button a:active /* IE */ 205 205 { 206 206 background-color: #86caff; 207 207 } -
_source/skins/office2003/toolbar.css
270 270 .cke_skin_office2003 .cke_button a:focus.cke_disabled, 271 271 .cke_skin_office2003 .cke_button a:active.cke_disabled 272 272 { 273 border: solid 1px transparent;274 273 filter: alpha(opacity=30); /* IE */ 275 274 opacity : 0.3; /* Safari, Opera and Mozilla */ 276 275 vertical-align: top; … … 286 285 opacity: 0.6; 287 286 } 288 287 289 .cke_skin_office2003 .cke_button a:hover.cke_on, 290 .cke_skin_office2003 .cke_button a:focus.cke_on, 291 .cke_skin_office2003 .cke_button a:active.cke_on, /* IE */ 292 .cke_skin_office2003 .cke_button a:hover.cke_off, 293 .cke_skin_office2003 .cke_button a:focus.cke_off, 294 .cke_skin_office2003 .cke_button a:active.cke_off /* IE */ 288 .cke_skin_office2003 .cke_button a:hover, 289 .cke_skin_office2003 .cke_button a:focus, 290 .cke_skin_office2003 .cke_button a:active /* IE */ 295 291 { 296 292 border: solid 1px #316ac5; 297 293 background-color: #dff1ff; -
_source/skins/office2003/menu.css
33 33 border: 2px solid; 34 34 } 35 35 36 .cke_skin_office2003 .cke_menuitem a.cke_disabled:hover,37 .cke_skin_office2003 .cke_menuitem a.cke_disabled:focus,38 .cke_skin_office2003 .cke_menuitem a.cke_disabled:active39 {40 background-color: transparent !important;41 }42 43 36 .cke_hc .cke_menuitem a.cke_disabled:hover, 44 37 .cke_hc .cke_menuitem a.cke_disabled:focus, 45 38 .cke_hc .cke_menuitem a.cke_disabled:active