pixelegg / less

change @import....
This commit is contained in:
Stefan Reinhardt 2014-07-16 11:29:45 +00:00
parent 8b6e91cb6c
commit 6a24ffb026
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
* @package calendar
* @version $Id$
*/
/* $Id: app.css 47279 2014-06-16 16:49:45Z hnategh $ */
/* $Id: app.css 47456 2014-07-01 12:03:39Z hnategh $ */
/* Header classes */
tr.dialogHeader td,
tr.dialogHeader2 td,
@ -849,7 +849,7 @@ div.calendar {
.calendar tbody td.today {
/* Cell showing selected date */
font-weight: normal;
color: #0c5da5;
color: #189800;
background-color: #ffc200;
}
.calendar tbody .disabled {

View File

@ -12,8 +12,8 @@
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (reference) "../../../pixelegg/less/definitions.less";
@import (less) "../default/app.css";