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

Last change on this file 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
RevLine 
[443]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;
[477]9    .light {
10        background-color: white; // FIXME : hack for readability
11    }
12}
Note: See TracBrowser for help on using the repository browser.