forked from extern/egroupware
pixelegg changes from today
This commit is contained in:
parent
feb549c120
commit
9cee688e82
@ -111,7 +111,7 @@
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
}
|
}
|
||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -149,7 +149,7 @@
|
|||||||
}
|
}
|
||||||
/*look in layout_content_elements*/
|
/*look in layout_content_elements*/
|
||||||
.et2_selectbox .ui-multiselect-checkboxes li:hover {
|
.et2_selectbox .ui-multiselect-checkboxes li:hover {
|
||||||
background-color: rgba(103, 159, 210, 0.1) !important;
|
background-color: #679fd2 !important;
|
||||||
}
|
}
|
||||||
.et2_selectbox .ui-multiselect-checkboxes label {
|
.et2_selectbox .ui-multiselect-checkboxes label {
|
||||||
display: block;
|
display: block;
|
||||||
@ -289,7 +289,7 @@
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
}
|
}
|
||||||
div.et2_link_to button:hover {
|
div.et2_link_to button:hover {
|
||||||
/*.background_color_20_gray;*/
|
/*.background_color_20_gray;*/
|
||||||
@ -344,6 +344,7 @@
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
min-width: 67px;
|
||||||
}
|
}
|
||||||
.et2_tabflag:hover {
|
.et2_tabflag:hover {
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
@ -417,15 +418,38 @@
|
|||||||
/**
|
/**
|
||||||
* grid widget
|
* grid widget
|
||||||
*/
|
*/
|
||||||
|
.et2_grid th,
|
||||||
|
.et2_grid tr,
|
||||||
.et2_grid td {
|
.et2_grid td {
|
||||||
/* border: 1px dashed silver;*/
|
/* border: 1px dashed silver;*/
|
||||||
}
|
}
|
||||||
|
.et2_grid th .gray,
|
||||||
|
.et2_grid tr .gray,
|
||||||
.et2_grid td .gray {
|
.et2_grid td .gray {
|
||||||
padding: 1em;
|
padding: 0px;
|
||||||
background-color: rgba(103, 159, 210, 0.1);
|
height: 24px;
|
||||||
|
/*background-color: @color_hint;*/
|
||||||
|
/*.background-color-5-gray;*/
|
||||||
|
background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
||||||
|
/* FF3.6+ */
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(100%, rgba(191, 191, 191, 0.65)));
|
||||||
|
/* Chrome,Safari4+ */
|
||||||
|
background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
||||||
|
/* Chrome10+,Safari5.1+ */
|
||||||
|
background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
||||||
|
/* Opera 11.10+ */
|
||||||
|
background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
||||||
|
/* IE10+ */
|
||||||
|
background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(191, 191, 191, 0.65) 100%);
|
||||||
|
/* W3C */
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#a6bfbfbf', GradientType=0);
|
||||||
|
/* IE6-9 */
|
||||||
}
|
}
|
||||||
.et2_grid td .gray span {
|
.et2_grid th .gray span.et2_label,
|
||||||
|
.et2_grid tr .gray span.et2_label,
|
||||||
|
.et2_grid td .gray span.et2_label {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Nextmatch widget
|
* Nextmatch widget
|
||||||
@ -963,6 +987,7 @@
|
|||||||
textarea.description {
|
textarea.description {
|
||||||
background-color: rgba(255, 221, 115, 0.1);
|
background-color: rgba(255, 221, 115, 0.1);
|
||||||
padding: 0.3em 0 0 0.3em;
|
padding: 0.3em 0 0 0.3em;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
/*#################################### ADMIN PART #####################################################*/
|
/*#################################### ADMIN PART #####################################################*/
|
||||||
iframe#admin-index_iframe {
|
iframe#admin-index_iframe {
|
||||||
@ -1078,7 +1103,7 @@ option:checked {
|
|||||||
.ui-widget-header .ui-state-focus,
|
.ui-widget-header .ui-state-focus,
|
||||||
.ui-widget-content .ui-state-focus {
|
.ui-widget-content .ui-state-focus {
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
background: rgba(103, 159, 210, 0.1);
|
background: #679fd2;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
@ -1090,7 +1115,7 @@ option:checked {
|
|||||||
border-right: solid 1px 1px;
|
border-right: solid 1px 1px;
|
||||||
border-bottom: solid 1px 1px;
|
border-bottom: solid 1px 1px;
|
||||||
border-color: #e6e6e6;
|
border-color: #e6e6e6;
|
||||||
background: rgba(103, 159, 210, 0.1);
|
background: #679fd2;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
@ -1225,7 +1250,7 @@ span.ui-icon-search {
|
|||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
|
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
|
||||||
background-color: rgba(103, 159, 210, 0.1);
|
background-color: #679fd2;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
@ -1252,7 +1277,7 @@ span.ui-icon-search {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -1707,7 +1732,7 @@ div#ui-datepicker-div {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
@ -1763,11 +1788,14 @@ div#egwpopup_message {
|
|||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
}
|
||||||
/*Calendar ##############*/
|
/*Calendar ##############*/
|
||||||
|
td.message {
|
||||||
|
background-color: #e6e6e6 !important;
|
||||||
|
}
|
||||||
td.message span.message {
|
td.message span.message {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
border-bottom: 2px solid #e6e6e6;
|
border-bottom: 2px solid #e6e6e6;
|
||||||
color: white;
|
color: red;
|
||||||
background: red;
|
background: #e6e6e6;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -2656,7 +2684,6 @@ button.et2_button_with_image {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-size: 20px auto !important;
|
background-size: 20px auto !important;
|
||||||
@ -2692,10 +2719,9 @@ button[id="addressbook-edit_button[delete]"],
|
|||||||
button[id="resources-edit_delete"],
|
button[id="resources-edit_delete"],
|
||||||
button[id="calendar-edit_button[delete]"],
|
button[id="calendar-edit_button[delete]"],
|
||||||
button[id="timesheet-edit_button[delete]"] {
|
button[id="timesheet-edit_button[delete]"] {
|
||||||
background-color: #b81f00 !important;
|
/*background-color: @color_negative_action_hover !important;*/
|
||||||
background-image: url('../images/delete-hover.png') !important;
|
background-image: url('../images/delete.png') !important;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
/*color: @gray_100;*/
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
@ -2714,7 +2740,7 @@ button[id="timesheet-edit_button[delete]"] {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2722,7 +2748,7 @@ button[id="timesheet-edit_button[delete]"] {
|
|||||||
width: auto;
|
width: auto;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
/*background-color: @color-negative-action !important;*/
|
/*background-color: @color-negative-action !important;*/
|
||||||
color: #ffffff !important;
|
/*color: @gray_0 !important;*/
|
||||||
}
|
}
|
||||||
input[type="submit"][id*="delete"]:hover,
|
input[type="submit"][id*="delete"]:hover,
|
||||||
input[type="button"][id*="delete"]:hover,
|
input[type="button"][id*="delete"]:hover,
|
||||||
@ -2753,7 +2779,7 @@ button[id="timesheet-edit_button[delete]"]:hover {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2791,7 +2817,7 @@ button[id="timesheet-edit_button[delete]"]:active {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2849,7 +2875,7 @@ button#filemanager-select_button[ok]:active {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2893,7 +2919,7 @@ button#series {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2928,7 +2954,7 @@ button#exception {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -2997,7 +3023,7 @@ button[id="cancel"] {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -3038,7 +3064,7 @@ button[id="cancel"]:active {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -3096,7 +3122,7 @@ button[id="add"] {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: #e6e6e6;
|
background-color: #b4b4b4;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
background-position: 6px center !important;
|
background-position: 6px center !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -3293,7 +3319,7 @@ table.egwGridView_outer thead tr th.optcol {
|
|||||||
/*width: 32px !important;*/
|
/*width: 32px !important;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol:hover {
|
table.egwGridView_outer thead tr th.optcol:hover {
|
||||||
background-color: rgba(103, 159, 210, 0.1);
|
background-color: #679fd2;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
@ -3305,7 +3331,7 @@ table.egwGridView_outer thead tr th.optcol span.selectcols {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
||||||
background-color: rgba(103, 159, 210, 0.1);
|
background-color: #679fd2;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer tbody {
|
table.egwGridView_outer tbody {
|
||||||
/*Elements inside td*/
|
/*Elements inside td*/
|
||||||
@ -3558,7 +3584,7 @@ table.nextmatch_header img {
|
|||||||
#loginMainDiv div#centerBox #loginCdMessage span {
|
#loginMainDiv div#centerBox #loginCdMessage span {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color: rgba(103, 159, 210, 0.1);
|
color: #679fd2;
|
||||||
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
|
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -3836,6 +3862,7 @@ table.nextmatch_header img {
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
|
background-color: #b4b4b4;
|
||||||
background-color: #e6e6e6;
|
background-color: #e6e6e6;
|
||||||
-webkit-transition: all 0.2s ease-out;
|
-webkit-transition: all 0.2s ease-out;
|
||||||
-moz-transition: all 0.2s ease-out;
|
-moz-transition: all 0.2s ease-out;
|
||||||
@ -5096,7 +5123,10 @@ div.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input.hasD
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs button.et2_button_with_image {
|
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs button.et2_button_with_image {
|
||||||
height: 24px;
|
background-size: 12px auto !important;
|
||||||
|
margin-left: 32px;
|
||||||
|
padding: 0px;
|
||||||
|
height: 16px;
|
||||||
}
|
}
|
||||||
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
div.et2_container div table.et2_grid tbody tr td .et2_tabbox .et2_tabs table.et2_grid {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
@ -5167,11 +5197,14 @@ table.dialog-main-view {
|
|||||||
}
|
}
|
||||||
.dialog-header input.et2_textbox {
|
.dialog-header input.et2_textbox {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
width: 550px;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
.dialog-header .et2_label {
|
.dialog-header .et2_label {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 9px !important;
|
||||||
|
margin-right: 57px;
|
||||||
}
|
}
|
||||||
.dialog-header td.space span img {
|
.dialog-header td.space span img {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
@ -5194,13 +5227,15 @@ tr.dialog-header4 {
|
|||||||
background-color: #e6e6e6 !important;
|
background-color: #e6e6e6 !important;
|
||||||
border-top: 2px solid #e6e6e6;
|
border-top: 2px solid #e6e6e6;
|
||||||
border-bottom: 2px solid #e6e6e6;
|
border-bottom: 2px solid #e6e6e6;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
tr.dialog-header2 .et2_label,
|
tr.dialog-header2 .et2_label,
|
||||||
tr.dialog-header3 .et2_label,
|
tr.dialog-header3 .et2_label,
|
||||||
tr.dialog-header4 .et2_label {
|
tr.dialog-header4 .et2_label {
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 9px !important;
|
||||||
|
margin-right: 55px;
|
||||||
}
|
}
|
||||||
/************* Tabs *********************************/
|
/************* Tabs *********************************/
|
||||||
.dialog-tabs {
|
.dialog-tabs {
|
||||||
@ -5244,7 +5279,14 @@ tr.dialog-header4 .et2_label {
|
|||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
.dialog-footer-toolbar button {
|
.dialog-footer-toolbar button {
|
||||||
height: 32px;
|
height: 24px;
|
||||||
|
min-width: 114px;
|
||||||
|
}
|
||||||
|
.dialog-footer-toolbar button:hover {
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
.dialog-footer-toolbar button:action {
|
||||||
|
height: 24px;
|
||||||
}
|
}
|
||||||
.dialog-footer-toolbar button[id="addressbook-edit_button[delete]"] {
|
.dialog-footer-toolbar button[id="addressbook-edit_button[delete]"] {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
-moz-transition-timing-function: linear;
|
-moz-transition-timing-function: linear;
|
||||||
-o-transition-timing-function: linear;
|
-o-transition-timing-function: linear;
|
||||||
transition-timing-function: linear;
|
transition-timing-function: linear;
|
||||||
background-color: @gray_10;
|
background-color: @gray_30;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
/*@active_button_border_bottom : @egw_color_2_d;*/
|
/*@active_button_border_bottom : @egw_color_2_d;*/
|
||||||
|
|
||||||
// Hint / or have to do / must field
|
// Hint / or have to do / must field
|
||||||
@color_hint : fade(@egw_color_2_e, 10%);
|
@color_hint : @egw_color_2_e;
|
||||||
|
|
||||||
// Tooltipp / or have to do / must field
|
// Tooltipp / or have to do / must field
|
||||||
@color_tooltip : lighten(@egw_color_1_e, 90%);
|
@color_tooltip : lighten(@egw_color_1_e, 90%);
|
||||||
|
@ -249,7 +249,8 @@ div.et2_link_entry{
|
|||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
&:hover {
|
min-width: 67px;
|
||||||
|
&:hover {
|
||||||
.color_5_gray;
|
.color_5_gray;
|
||||||
.background_color_25_gray;
|
.background_color_25_gray;
|
||||||
}
|
}
|
||||||
@ -318,12 +319,17 @@ hr {
|
|||||||
* grid widget
|
* grid widget
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.et2_grid td {
|
.et2_grid th,
|
||||||
|
.et2_grid tr,
|
||||||
|
.et2_grid td{
|
||||||
/* border: 1px dashed silver;*/
|
/* border: 1px dashed silver;*/
|
||||||
|
|
||||||
.gray {
|
.gray {
|
||||||
padding: 1em; background-color: @color_hint;
|
padding: 0px;
|
||||||
span {background-color: transparent;}
|
.dimension_height_m;
|
||||||
|
/*background-color: @color_hint;*/
|
||||||
|
.gradient_thead;
|
||||||
|
span.et2_label {background-color: transparent;padding-left: 1em;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@ -875,6 +881,7 @@ textarea,
|
|||||||
textarea.description {
|
textarea.description {
|
||||||
background-color: @color_optional;
|
background-color: @color_optional;
|
||||||
padding: 0.3em 0 0 0.3em;
|
padding: 0.3em 0 0 0.3em;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*#################################### ADMIN PART #####################################################*/
|
/*#################################### ADMIN PART #####################################################*/
|
||||||
|
@ -931,13 +931,13 @@ button[id="resources-edit_delete"],
|
|||||||
button[id="calendar-edit_button[delete]"],
|
button[id="calendar-edit_button[delete]"],
|
||||||
button[id="timesheet-edit_button[delete]"]
|
button[id="timesheet-edit_button[delete]"]
|
||||||
{
|
{
|
||||||
background-color: @color_negative_action_hover !important;
|
/*background-color: @color_negative_action_hover !important;*/
|
||||||
background-image:url('../images/delete-hover.png')!important;
|
background-image:url('../images/delete.png')!important;
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
/*color: @gray_100;*/
|
background-color: @gray_30;
|
||||||
.Complete_Button_text_icon_before;
|
.Complete_Button_text_icon_before;
|
||||||
/*background-color: @color-negative-action !important;*/
|
/*background-color: @color-negative-action !important;*/
|
||||||
color: @gray_0 !important;
|
/*color: @gray_0 !important;*/
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
|
@ -84,7 +84,13 @@ div.et2_container {
|
|||||||
.et2_tabheader {}
|
.et2_tabheader {}
|
||||||
.et2_tabs {
|
.et2_tabs {
|
||||||
|
|
||||||
button.et2_button_with_image {.dimension_height_m;}
|
button.et2_button_with_image {
|
||||||
|
background-size: 12px auto !important;
|
||||||
|
margin-left: 32px;
|
||||||
|
padding: 0px;
|
||||||
|
.dimension_height_s;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
table.et2_grid {.background_color_0_gray;}
|
table.et2_grid {.background_color_0_gray;}
|
||||||
|
|
||||||
@ -173,13 +179,18 @@ table.dialog-main-view {width: 100%;}
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.et2_textbox {font-size: 1.3em;}
|
input.et2_textbox {
|
||||||
|
font-size: 1.3em;
|
||||||
|
width: 550px;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.et2_label {
|
.et2_label {
|
||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 9px !important;
|
||||||
|
margin-right: 57px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -213,14 +224,18 @@ tr.dialog-header4{
|
|||||||
background-color: @gray_10 !important;
|
background-color: @gray_10 !important;
|
||||||
border-top: 2px solid @gray_10;
|
border-top: 2px solid @gray_10;
|
||||||
border-bottom: 2px solid @gray_10;
|
border-bottom: 2px solid @gray_10;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
|
|
||||||
.et2_label {
|
.et2_label {
|
||||||
.color_90_gray;
|
.color_90_gray;
|
||||||
vertical-align: bottom;
|
vertical-align: middle;
|
||||||
padding: 0px 0px 0px 3px !important;
|
padding: 0px 0px 0px 9px !important;
|
||||||
|
margin-right: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************* Tabs *********************************/
|
/************* Tabs *********************************/
|
||||||
@ -260,7 +275,11 @@ tr.dialog-header4{
|
|||||||
|
|
||||||
td {padding: 0px 5px;}
|
td {padding: 0px 5px;}
|
||||||
|
|
||||||
button { .dimension_height_l;}
|
button {
|
||||||
|
.dimension_height_m; min-width: 114px;
|
||||||
|
&:hover{.dimension_height_m;}
|
||||||
|
&:action{.dimension_height_m;}
|
||||||
|
}
|
||||||
|
|
||||||
button[id="addressbook-edit_button[delete]"]{
|
button[id="addressbook-edit_button[delete]"]{
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -103,12 +103,12 @@
|
|||||||
/*Calendar ##############*/
|
/*Calendar ##############*/
|
||||||
|
|
||||||
td.message {
|
td.message {
|
||||||
|
background-color: @gray_10 !important;
|
||||||
span.message {
|
span.message {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
border-bottom: 2px solid @gray_10;
|
border-bottom: 2px solid @gray_10;
|
||||||
color: white;
|
color: red;
|
||||||
background: red;
|
background: @gray_10;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user