Index: trunk/core/kernel/utility/debugger/debugger.css =================================================================== diff -u -r5009 -r6093 --- trunk/core/kernel/utility/debugger/debugger.css (.../debugger.css) (revision 5009) +++ trunk/core/kernel/utility/debugger/debugger.css (.../debugger.css) (revision 6093) @@ -19,8 +19,10 @@ } .dbg_stats_table TD { + background-color: #FFFFFF; font-family: Arial, Verdana; font-size: 9pt; + text-align: left; } .debug_layer_table { @@ -68,4 +70,24 @@ .debug_error { color: #FF0000; +} + +.dbg-toolbar { + background-color: #D4D0C8; + border: 1px solid #000000; +} + +.dbg-button, .dbg-button:hover { + font-size: 13px; + font-family: Arial, Helvetica; +} + +.dbg-button { + background-color: #D4D0C8; + border: 1px solid #D4D0C8; +} + +.dbg-button:hover { + background-color: #B5BDD2; + border: 1px solid #0A246A; } \ No newline at end of file