mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fix background of dialogs in calendar, tested with resources to keep intended fix from Nathan
This commit is contained in:
parent
914e70a1b4
commit
9ed61924d0
@ -530,10 +530,13 @@ Preferences tabs
|
|||||||
padding:12px;
|
padding:12px;
|
||||||
}
|
}
|
||||||
/* new dialog style */
|
/* new dialog style */
|
||||||
div.prompt {background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;}
|
|
||||||
.promptheader {background:url(../../default/images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px}
|
|
||||||
|
|
||||||
|
|
||||||
|
div.prompt, table.prompt {
|
||||||
|
background:#fff url(../../default/images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81;
|
||||||
|
}
|
||||||
|
.promptheader {
|
||||||
|
background:url(../../default/images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none; height:24px
|
||||||
|
}
|
||||||
|
|
||||||
/* TABLE STYLE */
|
/* TABLE STYLE */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user