~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/console/console.css

  • Committer: mattgiuca
  • Date: 2008-02-25 23:05:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:590
console: Added disabling of the input box when waiting for a response from the
    server.
    Waits 100ms before greying out the box.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    color: black;
95
95
    width: 90%;
96
96
}
 
97
#console_inputText.disabled {
 
98
    background-color: #aaa;
 
99
}
97
100
/* console filler takes up the same space as console_body.windowpane
98
101
 * but its position is relative, not fixed.
99
102
 * This avoids having the console overlap with the bottom 28em of page