pixelegg.less

jquery dialog - color + border

link_to widget - color + background
This commit is contained in:
Stefan Reinhardt 2014-06-23 10:16:54 +00:00
parent 6b3cb2a06c
commit 3939dcc7f9
4 changed files with 82 additions and 61 deletions

View File

@ -169,7 +169,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: #0c5da5 !important; background-color: #189800 !important;
} }
.et2_selectbox .ui-multiselect-checkboxes label { .et2_selectbox .ui-multiselect-checkboxes label {
display: block; display: block;
@ -266,7 +266,9 @@
.et2_gantt .gantt_task_link.invalid_constraint:hover .gantt_line_wrapper div { .et2_gantt .gantt_task_link.invalid_constraint:hover .gantt_line_wrapper div {
box-shadow: 0 0 5px 0 #ae1d00; box-shadow: 0 0 5px 0 #ae1d00;
} }
/*Link to / Selector Widget*/ /*
Link to / Selector Widget
*/
.et2_link_to { .et2_link_to {
min-height: 78px; min-height: 78px;
/* /*
@ -288,6 +290,10 @@
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
.et2_link_to .et2_link_entry .ui-icon-close {
background-color: transparent;
left: 0px;
}
.et2_link_to button:first-child { .et2_link_to button:first-child {
/*.border_normal;*/ /*.border_normal;*/
/*.box_shadow_standard_light;*/ /*.box_shadow_standard_light;*/
@ -308,6 +314,9 @@
transition-timing-function: linear; transition-timing-function: linear;
background-color: #b4b4b4; background-color: #b4b4b4;
padding: 3px; padding: 3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 20px; height: 20px;
position: relative; position: relative;
top: 5px; top: 5px;
@ -1336,8 +1345,8 @@ option:checked {
border-bottom: solid 1px 1px; border-bottom: solid 1px 1px;
border-color: #b4b4b4; border-color: #b4b4b4;
background: transparent; background: transparent;
font-weight: bold; font-weight: normal;
color: #999999; color: #1a1a1a;
} }
.ui-state-default a, .ui-state-default a,
.ui-state-default a:link, .ui-state-default a:link,
@ -1349,7 +1358,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: #0c5da5; background: #189800;
background-image: none; background-image: none;
color: #ffffff; color: #ffffff;
} }
@ -1361,7 +1370,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: #0c5da5; background: #189800;
background-image: none; background-image: none;
color: #ffffff; color: #ffffff;
} }
@ -1558,7 +1567,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: #0c5da5; background-color: #189800;
font-weight: normal; font-weight: normal;
} }
/*###########################################*/ /*###########################################*/
@ -3552,7 +3561,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: #0c5da5; background-color: #189800;
} }
table.egwGridView_outer thead tr th.optcol span.selectcols { table.egwGridView_outer thead tr th.optcol span.selectcols {
height: 9px; height: 9px;
@ -3564,7 +3573,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: #0c5da5; background-color: #189800;
} }
table.egwGridView_outer > tbody > tr { table.egwGridView_outer > tbody > tr {
/*Elements inside td*/ /*Elements inside td*/
@ -3848,7 +3857,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: #0c5da5; color: #189800;
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
width: 100%; width: 100%;
} }

View File

@ -127,7 +127,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 : @egw_color_2_a; @color_hint : #189800; //@egw_color_2_a;
// 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%);

View File

@ -240,7 +240,9 @@ div.et2_file input.et2_file_upload{
} }
} }
/*Link to / Selector Widget*/ /*
Link to / Selector Widget
*/
.et2_link_to { .et2_link_to {
min-height: 78px; min-height: 78px;
@ -252,11 +254,21 @@ div.et2_file input.et2_file_upload{
.rounded(5px); .rounded(5px);
} }
// make link button // right select field - icon after
button:first-child { .et2_link_entry {
.ui-icon-close {
background-color: transparent;
left: 0px;
}
}
// BUTTON: make link button
button:first-child {
.Complete_Button_normal; .Complete_Button_normal;
padding: 3px; padding: 3px;
.rounded(5px);
.dimension_height_sm; .dimension_height_sm;
position: relative; position: relative;

View File

@ -90,8 +90,8 @@ option:checked {background-color: @egw_color_1_e;}
border-color: @gray_30; border-color: @gray_30;
// background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; // background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
background: transparent; background: transparent;
font-weight: bold; font-weight: normal;
.color_40_gray; .color_90_gray;
// float: left; // float: left;
// position: relative; // position: relative;
} }