source: extensions/GrumPluginClasses/css/inputDate_roma.css @ 19961

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

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

File size: 400 bytes
Line 
1/* roma css */
2.ui-inputDate {
3  background:#444444;
4  border:1px solid #666666;
5  color:#999999;
6}
7.ui-error, input[type='text'].ui-error, textarea.ui-error {
8  background:#ff8080;
9  border-color:#800000;
10  color:#800000;
11}
12.ui-inputDate input[type="text"].ui-inputDate-time {
13  border-left: 1px dotted #666666;
14}
15.ui-error input[type="text"].ui-inputDate-time {
16  border-left: 1px dotted #800000;
17}
Note: See TracBrowser for help on using the repository browser.