mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
8ece4ae74c
input, search, count, favorites : delete box-shadow: make it more flat
121 lines
2.6 KiB
Plaintext
Executable File
121 lines
2.6 KiB
Plaintext
Executable File
/**
|
|
* EGroupware: CSS with less preprocessor
|
|
*
|
|
* et2 Messages
|
|
*
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
|
* @package phpgwapi
|
|
* @version $Id$
|
|
*/
|
|
|
|
@import (reference) "def_design_pattern_color_font_shadow.less";
|
|
@import (reference) "def_buttons.less";
|
|
//@import "def_buttons.less";
|
|
|
|
|
|
#egwpopup{
|
|
|
|
.background_color_5_gray;
|
|
.border_radius_button_righttop;
|
|
border-width: 9px 0px 0px 0px;
|
|
border-style: solid;
|
|
border-color: @gray_30;
|
|
|
|
.box_shadow_message;
|
|
padding: 1em;
|
|
|
|
/*Button*/
|
|
input#egwpopup_ok_button,
|
|
button#desktop_perms{
|
|
.Complete_Button_normal;
|
|
.dimension_height_m;
|
|
padding: 0 5px;
|
|
|
|
&:hover {.Complete_Button_hover;}
|
|
&:active {background-color: @color_positive_action_active !important;}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*popup Messsage*/
|
|
div#egwpopup_message {
|
|
|
|
background-color: .color_gray_0;
|
|
padding: 1em;
|
|
overflow-y: auto;
|
|
|
|
|
|
}
|
|
|
|
|
|
#msg,.message {
|
|
color: red;
|
|
font-style: italic;
|
|
background: @gray_0;
|
|
}
|
|
|
|
|
|
|
|
// Container für Meldungen / Message Container
|
|
.egw_fw_ui_app_header_container {
|
|
|
|
border-width: 9px 0px 0px 0px;
|
|
border-style: solid;
|
|
border-color: @gray_30;
|
|
background-color: @gray_20;
|
|
|
|
|
|
// Statusmeldung
|
|
// Meldung oberhalb iFrame
|
|
.egw_fw_ui_app_header {
|
|
// display: none !important;
|
|
/*border-width: 0px 0px 0px 0px;*/
|
|
/*border-style: solid;*/
|
|
/*border-color: @gray_10;*/
|
|
/*.border_radius_button_righttop;*/
|
|
padding: 7px 2px 6px 20px;
|
|
/*font-size: 1em;*/
|
|
font-weight: normal;
|
|
/*background-color: @gray_20;*/
|
|
color: @egw_color_2_d;
|
|
/*width: 80%;*/
|
|
height: auto;
|
|
|
|
/*&:before {content: "! "; color: @egw_color_1_a; font-size: 1em; }*/
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.colselection.ui-widget-content {
|
|
width: 33%;
|
|
// margin-left: 49%;
|
|
|
|
|
|
}
|
|
|
|
|
|
/*Calendar ##############*/
|
|
|
|
td.message {
|
|
background-color: @gray_10 !important;
|
|
span.message {
|
|
height: 35px;
|
|
border-bottom: 2px solid @gray_10;
|
|
color: red;
|
|
background: @gray_10;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// |