mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ef10672364
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92488 467b73ca-7a2a-4603-9d3b-597d59a354a9
18 lines
461 B
CSS
18 lines
461 B
CSS
body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
|
|
|
|
body {background: #FFF;}
|
|
.mceVisualAid {border: 1px dashed #BBB;}
|
|
|
|
/* IE */
|
|
|
|
* html body {
|
|
scrollbar-3dlight-color: #F0F0EE;
|
|
scrollbar-arrow-color: #676662;
|
|
scrollbar-base-color: #F0F0EE;
|
|
scrollbar-darkshadow-color: #DDDDDD;
|
|
scrollbar-face-color: #E0E0DD;
|
|
scrollbar-highlight-color: #F0F0EE;
|
|
scrollbar-shadow-color: #F0F0EE;
|
|
scrollbar-track-color: #F5F5F5;
|
|
}
|