mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
pixelegg / less
change @import....
This commit is contained in:
parent
8b6e91cb6c
commit
6a24ffb026
@ -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 {
|
||||
|
@ -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";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user