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,33 +240,45 @@ 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;
// Background for select + Search Field // Background for select + Search Field
div:first-child{ div:first-child{
background-color: @egw_color_1_e; background-color: @egw_color_1_e;
padding: 0.5em 0 0.5em 0.5em; padding: 0.5em 0 0.5em 0.5em;
.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;
top: 5px; top: 5px;
padding-left: 20px; padding-left: 20px;
background-image: url("../images/link.png"); background-image: url("../images/link.png");
background-position: 2px 2px; background-position: 2px 2px;
background-size: 14px 14px; background-size: 14px 14px;
background-repeat: no-repeat; background-repeat: no-repeat;
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;} &:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
&:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;} &:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;}

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;
} }
@ -109,7 +109,7 @@ option:checked {background-color: @egw_color_1_e;}
background: @color_hint; background: @color_hint;
background-image: none; background-image: none;
color: @gray_0; color: @gray_0;
} }
@ -198,7 +198,7 @@ option:checked {background-color: @egw_color_1_e;}
margin-top: 1px; margin-top: 1px;
background-position: 0px 0px; background-position: 0px 0px;
.rounded (2px); .rounded (2px);
&:hover{ background-color: @gray_30;} &:hover{ background-color: @gray_30;}
&:active { background-color: @color_cancel_action_active !important; } &:active { background-color: @color_cancel_action_active !important; }
@ -216,40 +216,40 @@ span.ui-icon-close {margin-top: 0px; top: 5px;}
background-position: 0 0 !important; background-position: 0 0 !important;
.color_0_gray; .color_0_gray;
.dimension_height_s; .dimension_height_s;
&:hover{ background-color: @gray_10; color: @gray_90; .box_shadow_standard_light_hover;} &:hover{ background-color: @gray_10; color: @gray_90; .box_shadow_standard_light_hover;}
&:active { &:active {
.box_shadow_standard_light_active !important; .box_shadow_standard_light_active !important;
background-color: @color_cancel_action_active !important; background-color: @color_cancel_action_active !important;
} }
} }
/*###########################################*/ /*###########################################*/
/*Menu */ /*Menu */
.ui-menu{ .ui-menu{
.ui-menu-item { .ui-menu-item {
padding: 0px; padding: 0px;
a { a {
line-height: 24px; line-height: 24px;
margin: 0px; margin: 0px;
padding: 2px 5px; padding: 2px 5px;
input {padding: 0;} input {padding: 0;}
img {padding: 0;} img {padding: 0;}
} }
a.ui-state-focus { a.ui-state-focus {
margin: 0px !important; margin: 0px !important;
line-height: 24px; line-height: 24px;
padding: 2px 5px; padding: 2px 5px;
border: none; border: none;
} }
} }
} }
/*###########################################*/ /*###########################################*/
/* col selection */ /* col selection */
@ -263,7 +263,7 @@ span.ui-icon-search{
background-size: 10px 10px; background-size: 10px 10px;
} }
.ui-corner-all{.rounded(3px)} .ui-corner-all{.rounded(3px)}
@ -288,12 +288,12 @@ span.ui-icon-search{
/*Dialog: edit row*/ /*Dialog: edit row*/
.ui-widget-content { .ui-widget-content {
border: 1px solid @egw_color_2_a; border: 1px solid @egw_color_2_a;
.et2_selectbox { .et2_selectbox {
button.et2_button_text, button.et2_button_text,
select.et2_selectbox {height: 20px;} select.et2_selectbox {height: 20px;}
button {background-image: none;} button {background-image: none;}
@ -302,7 +302,7 @@ span.ui-icon-search{
ul li label.ui-state-hover {background-color: @color_hint; font-weight: normal;} ul li label.ui-state-hover {background-color: @color_hint; font-weight: normal;}
} }
} }
@ -312,7 +312,7 @@ span.ui-icon-search{
/*Dialog: calendar edit series*/ /*Dialog: calendar edit series*/
.ui-dialog-buttonpane {background-color: @egw_color_2_e;} .ui-dialog-buttonpane {background-color: @egw_color_2_e;}
.ui-dialog-buttonset{ .ui-dialog-buttonset{
button{ button{
.Complete_Button_text_icon_before; .Complete_Button_text_icon_before;
@ -320,9 +320,9 @@ span.ui-icon-search{
&:hover{ background-color: @gray_30; color: @gray_90;} &:hover{ background-color: @gray_30; color: @gray_90;}
} }
button.ui-button-text-only {background-color: @gray_20; button.ui-button-text-only {background-color: @gray_20;
background: inherit; background: inherit;
color: @gray_100 !important; color: @gray_100 !important;
font-weight: normal !important; font-weight: normal !important;
&:hover{ background-color: @gray_30;} &:hover{ background-color: @gray_30;}
@ -340,15 +340,15 @@ span.ui-icon-search{
} }
.ui-datepicker { .ui-datepicker {
/*padding: 1px 0em;*/ /*padding: 1px 0em;*/
/* .ui-widget-header .ui-icon { /* .ui-widget-header .ui-icon {
background-image: url("images/ui-icons_d8e7f3_256x240.png"); background-image: url("images/ui-icons_d8e7f3_256x240.png");
}*/ }*/
// Kalender Tabelle // Kalender Tabelle
table.ui-datepicker-calendar{ table.ui-datepicker-calendar{
//aktiver Tag //aktiver Tag
.ui-state-active {background-color: @egw_color_2_a;color: @gray_0;} .ui-state-active {background-color: @egw_color_2_a;color: @gray_0;}
} }
@ -356,40 +356,40 @@ span.ui-icon-search{
div.ui-timepicker-div{ div.ui-timepicker-div{
padding: 3px; padding: 3px;
//Uhrzeit - Label //Uhrzeit - Label
dt.ui_tpicker_time_label{font-size: 0.9em} dt.ui_tpicker_time_label{font-size: 0.9em}
//Uhrzeit //Uhrzeit
dd.ui_tpicker_time{font-size: 1.3em; padding-left: 75px; background-color: @egw_color_1_a;} dd.ui_tpicker_time{font-size: 1.3em; padding-left: 75px; background-color: @egw_color_1_a;}
//Stunde - Label //Stunde - Label
dt.ui_tpicker_time_label{font-size: 0.9em} dt.ui_tpicker_time_label{font-size: 0.9em}
// Minute - Label // Minute - Label
dt.ui_tpicker_minute_label {font-size: 0.9em} dt.ui_tpicker_minute_label {font-size: 0.9em}
// Schieberegler // Schieberegler
div.ui_tpicker_hour_slider{ div.ui_tpicker_hour_slider{
a.ui-slider-handle {background-color: @egw_color_2_a;} a.ui-slider-handle {background-color: @egw_color_2_a;}
} }
div.ui_tpicker_minute_slider{ div.ui_tpicker_minute_slider{
a.ui-slider-handle {background-color: @egw_color_2_a;} a.ui-slider-handle {background-color: @egw_color_2_a;}
} }
} }
//Buttons //Buttons
div.ui-datepicker-buttonpane{ div.ui-datepicker-buttonpane{
background-color: @color_button_panel_bg_color; background-color: @color_button_panel_bg_color;
} }
button.ui-datepicker-current .ui-state-hover{ button.ui-datepicker-current .ui-state-hover{
background-color: @color_positive_action_active !important; background-color: @color_positive_action_active !important;
&:hover {background-color: @color_positive_action_active;} &:hover {background-color: @color_positive_action_active;}
&:active {background-color: @color_positive_action_active;} &:active {background-color: @color_positive_action_active;}
} }
@ -397,13 +397,13 @@ div.ui-timepicker-div{
} }
// Button now // Button now
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
&:hover {background-color: @color_positive_action_active;} &:hover {background-color: @color_positive_action_active;}
&:active {background-color: @color_positive_action_active;} &:active {background-color: @color_positive_action_active;}
} }
// Button close // Button close
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close { .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
&:hover { background-color: @color_cancel_action_hover !important; color: @gray_100; } &:hover { background-color: @color_cancel_action_hover !important; color: @gray_100; }
&:active { background-color: @color_cancel_action_active !important; color: @gray_80; } &:active { background-color: @color_cancel_action_active !important; color: @gray_80; }
} }