source: extensions/GrumPluginClasses/css/inputConsole_roma.css @ 16012

Last change on this file since 16012 was 16012, checked in by grum, 12 years ago

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

  • Property svn:executable set to *
File size: 431 bytes
Line 
1/* roma css */
2.ui-inputConsole {
3  background:#444444;
4  border:1px solid #666666;
5  color:#999999;
6}
7.ui-inputConsole-history {
8  border-color:#666666;
9  color:#dddddd;
10}
11
12.ui-error, input[type='text'].ui-error {
13  background:#ff8080;
14  border-color:#800000;
15  color:#800000;
16}
17.ui-inputConsole-historyBg {
18  background:#444444;
19}
20.ui-inputConsole-history ul li:hover {
21  background:#444444;
22  cursor:pointer;
23  color:#cccccc;
24}
Note: See TracBrowser for help on using the repository browser.