source: Dev/trunk/src/client/qed-client/css/layout.less @ 494

Last change on this file since 494 was 477, checked in by hendrikvanantwerpen, 12 years ago

Quick hack to allow responding despite not being authenticated. Something like tokes need to be added.

File size: 253 bytes
Line 
1*:focus {
2    //disable Chrome outline of focused elements
3    outline: none;
4}
5html, body {
6    width: 100%;
7    height: 100%;
8    background-color: @base;
9    .light {
10        background-color: white; // FIXME : hack for readability
11    }
12}
Note: See TracBrowser for help on using the repository browser.