mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-28 22:01:55 +02:00
Backport of the last pixelegg changes
This commit is contained in:
parent
f7e84a699d
commit
d1dfa111c4
@ -268,6 +268,22 @@
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
Link to / Selector Widget
|
Link to / Selector Widget
|
||||||
|
*/
|
||||||
|
.et2_link_to {
|
||||||
|
min-height: 78px;
|
||||||
|
/*
|
||||||
|
.et2_button_icon {
|
||||||
|
.Complete_Button_Icon_normal;
|
||||||
|
float: left;
|
||||||
|
margin: 0px 20px;
|
||||||
|
padding: 3px;
|
||||||
|
.dimension_width_height_m;
|
||||||
|
background-color: @gray_30;
|
||||||
|
&:hover {.Complete_Button_Icon_hover; background-color: @color_positive_action_active !important;}
|
||||||
|
&:active {.Complete_Button_Icon_active; background-color: @color_positive_action_active !important;}
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
Link to / Selector Widget
|
||||||
*/
|
*/
|
||||||
.et2_link_to {
|
.et2_link_to {
|
||||||
min-height: 78px;
|
min-height: 78px;
|
||||||
@ -1275,6 +1291,16 @@
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
/*#################################### END ADMIN PART #####################################################*/
|
||||||
|
filter: none;
|
||||||
|
-webkit-filter: initial;
|
||||||
|
-moz-filter: initial;
|
||||||
|
-ms-filter: initial;
|
||||||
|
-o-filter: initial;
|
||||||
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
||||||
|
filter: initial;
|
||||||
|
/* IE 6-9 */
|
||||||
|
}
|
||||||
/*#################################### END ADMIN PART #####################################################*/
|
/*#################################### END ADMIN PART #####################################################*/
|
||||||
}
|
}
|
||||||
/*#################################### Media Queries #####################################################*/
|
/*#################################### Media Queries #####################################################*/
|
||||||
@ -2240,6 +2266,35 @@ body {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
}
|
}
|
||||||
|
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||||
|
padding: 0.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #ffc200;
|
||||||
|
background-image: -ms-linear-gradient(top, #ffc200, #408dd2);
|
||||||
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc200), to(#408dd2));
|
||||||
|
background-image: -webkit-linear-gradient(top, #ffc200, #408dd2);
|
||||||
|
background-image: -o-linear-gradient(top, #ffc200, #408dd2);
|
||||||
|
background-image: linear-gradient(top, #ffc200, #408dd2);
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
}
|
||||||
|
#loginMainDiv div#centerBox form table.divLoginbox div.LoginPasswordImage img.passwordImage {
|
||||||
|
/*width: 70%;*/
|
||||||
|
/*margin-left: 15%;*/
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 400px;
|
||||||
|
border-top: solid 1px 5px;
|
||||||
|
border-left: solid 1px #eeeeee;
|
||||||
|
border-right: solid 1px #eeeeee;
|
||||||
|
border-bottom: solid 1px #eeeeee;
|
||||||
|
}
|
||||||
|
#loginMainDiv div#centerBox form table.divLoginbox div.LoginPasswordImage img.passwordImage[src$="svg"] {
|
||||||
|
border-top: solid 1px 5px;
|
||||||
|
border-left: solid 1px #eeeeee;
|
||||||
|
border-right: solid 1px #eeeeee;
|
||||||
|
border-bottom: solid 1px #eeeeee;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox td {
|
#loginMainDiv div#centerBox form table.divLoginbox td {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -5728,6 +5783,15 @@ table.egwGridView_grid img.iphoto {
|
|||||||
height: 9em;
|
height: 9em;
|
||||||
margin: 0.2em;
|
margin: 0.2em;
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
|
/*filter grey*/
|
||||||
|
filter: none;
|
||||||
|
-webkit-filter: initial;
|
||||||
|
-moz-filter: initial;
|
||||||
|
-ms-filter: initial;
|
||||||
|
-o-filter: initial;
|
||||||
|
height: 9em;
|
||||||
|
margin: 0.2em;
|
||||||
|
max-height: 60px;
|
||||||
}
|
}
|
||||||
table.egwGridView_grid tbody {
|
table.egwGridView_grid tbody {
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
|
@ -68,6 +68,7 @@
|
|||||||
/*@import "../less/layout_dialog.less";*/
|
/*@import "../less/layout_dialog.less";*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
Loading…
x
Reference in New Issue
Block a user