forked from extern/egroupware
pixelegg.less
jquery dialog - color + border link_to widget - color + background
This commit is contained in:
parent
6b3cb2a06c
commit
3939dcc7f9
@ -169,7 +169,7 @@
|
||||
}
|
||||
/*look in layout_content_elements*/
|
||||
.et2_selectbox .ui-multiselect-checkboxes li:hover {
|
||||
background-color: #0c5da5 !important;
|
||||
background-color: #189800 !important;
|
||||
}
|
||||
.et2_selectbox .ui-multiselect-checkboxes label {
|
||||
display: block;
|
||||
@ -266,7 +266,9 @@
|
||||
.et2_gantt .gantt_task_link.invalid_constraint:hover .gantt_line_wrapper div {
|
||||
box-shadow: 0 0 5px 0 #ae1d00;
|
||||
}
|
||||
/*Link to / Selector Widget*/
|
||||
/*
|
||||
Link to / Selector Widget
|
||||
*/
|
||||
.et2_link_to {
|
||||
min-height: 78px;
|
||||
/*
|
||||
@ -288,6 +290,10 @@
|
||||
-moz-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 {
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -308,6 +314,9 @@
|
||||
transition-timing-function: linear;
|
||||
background-color: #b4b4b4;
|
||||
padding: 3px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
height: 20px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
@ -1336,8 +1345,8 @@ option:checked {
|
||||
border-bottom: solid 1px 1px;
|
||||
border-color: #b4b4b4;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
color: #999999;
|
||||
font-weight: normal;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
.ui-state-default a,
|
||||
.ui-state-default a:link,
|
||||
@ -1349,7 +1358,7 @@ option:checked {
|
||||
.ui-widget-header .ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus {
|
||||
border-color: #e6e6e6;
|
||||
background: #0c5da5;
|
||||
background: #189800;
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -1361,7 +1370,7 @@ option:checked {
|
||||
border-right: solid 1px 1px;
|
||||
border-bottom: solid 1px 1px;
|
||||
border-color: #e6e6e6;
|
||||
background: #0c5da5;
|
||||
background: #189800;
|
||||
background-image: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -1558,7 +1567,7 @@ span.ui-icon-search {
|
||||
background-image: none;
|
||||
}
|
||||
.ui-widget-content .et2_selectbox div.ui-widget-header ul li label.ui-state-hover {
|
||||
background-color: #0c5da5;
|
||||
background-color: #189800;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*###########################################*/
|
||||
@ -3552,7 +3561,7 @@ table.egwGridView_outer thead tr th.optcol {
|
||||
/*width: 32px !important;*/
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol:hover {
|
||||
background-color: #0c5da5;
|
||||
background-color: #189800;
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
height: 9px;
|
||||
@ -3564,7 +3573,7 @@ table.egwGridView_outer thead tr th.optcol span.selectcols {
|
||||
display: inline-block;
|
||||
}
|
||||
table.egwGridView_outer thead tr th.optcol span.selectcols:hover {
|
||||
background-color: #0c5da5;
|
||||
background-color: #189800;
|
||||
}
|
||||
table.egwGridView_outer > tbody > tr {
|
||||
/*Elements inside td*/
|
||||
@ -3848,7 +3857,7 @@ table.nextmatch_header img {
|
||||
#loginMainDiv div#centerBox #loginCdMessage span {
|
||||
padding: 0.5em;
|
||||
font-size: 1.2em;
|
||||
color: #0c5da5;
|
||||
color: #189800;
|
||||
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -127,7 +127,7 @@
|
||||
/*@active_button_border_bottom : @egw_color_2_d;*/
|
||||
|
||||
// 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
|
||||
@color_tooltip : lighten(@egw_color_1_e, 90%);
|
||||
|
@ -240,33 +240,45 @@ div.et2_file input.et2_file_upload{
|
||||
}
|
||||
}
|
||||
|
||||
/*Link to / Selector Widget*/
|
||||
/*
|
||||
Link to / Selector Widget
|
||||
*/
|
||||
.et2_link_to {
|
||||
|
||||
min-height: 78px;
|
||||
|
||||
// Background for select + Search Field
|
||||
div:first-child{
|
||||
background-color: @egw_color_1_e;
|
||||
padding: 0.5em 0 0.5em 0.5em;
|
||||
.rounded(5px);
|
||||
}
|
||||
background-color: @egw_color_1_e;
|
||||
padding: 0.5em 0 0.5em 0.5em;
|
||||
.rounded(5px);
|
||||
}
|
||||
|
||||
// make link button
|
||||
button:first-child {
|
||||
// right select field - icon after
|
||||
.et2_link_entry {
|
||||
|
||||
.ui-icon-close {
|
||||
background-color: transparent;
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// BUTTON: make link button
|
||||
button:first-child {
|
||||
.Complete_Button_normal;
|
||||
padding: 3px;
|
||||
.rounded(5px);
|
||||
.dimension_height_sm;
|
||||
|
||||
position: relative;
|
||||
top: 5px;
|
||||
padding-left: 20px;
|
||||
|
||||
background-image: url("../images/link.png");
|
||||
background-position: 2px 2px;
|
||||
background-size: 14px 14px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("../images/link.png");
|
||||
background-position: 2px 2px;
|
||||
background-size: 14px 14px;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
|
||||
&:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;}
|
||||
|
@ -90,8 +90,8 @@ option:checked {background-color: @egw_color_1_e;}
|
||||
border-color: @gray_30;
|
||||
// background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
.color_40_gray;
|
||||
font-weight: normal;
|
||||
.color_90_gray;
|
||||
// float: left;
|
||||
// position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user