mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
remove favorite stuff, default is just right
This commit is contained in:
parent
84c611cb2c
commit
c6e891952b
@ -88,16 +88,6 @@ tr.infolog_rowHasParent > td:first-child {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 6px -2px;
|
background-position: 6px -2px;
|
||||||
}
|
}
|
||||||
span#favorite_sidebox_infolog .favorites li a div.ui-icon-heart {
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
span#favorite_sidebox_infolog .favorites li img.sideboxstar {
|
|
||||||
-webkit-box-shadow: none;
|
|
||||||
-moz-box-shadow: none;
|
|
||||||
box-shadow: none;
|
|
||||||
border: 0px;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
|
@ -16,30 +16,6 @@
|
|||||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||||
@import (less) "../default/app.css";
|
@import (less) "../default/app.css";
|
||||||
|
|
||||||
//********************************************
|
|
||||||
// Seitenleiste links
|
|
||||||
|
|
||||||
// Favoriten
|
|
||||||
|
|
||||||
span#favorite_sidebox_infolog{
|
|
||||||
|
|
||||||
.favorites{
|
|
||||||
li {
|
|
||||||
a div.ui-icon-heart{
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.sideboxstar{
|
|
||||||
.box_shadow(none);
|
|
||||||
border: 0px;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
@ -84,7 +60,7 @@ span#favorite_sidebox_infolog{
|
|||||||
|
|
||||||
div.ui-helper-clearfix,
|
div.ui-helper-clearfix,
|
||||||
div.ui-helper-reset{
|
div.ui-helper-reset{
|
||||||
|
|
||||||
height: 0px;
|
height: 0px;
|
||||||
|
|
||||||
|
|
||||||
@ -105,7 +81,7 @@ span#favorite_sidebox_infolog{
|
|||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
background-color: @gray_10;
|
background-color: @gray_10;
|
||||||
|
|
||||||
.border_radius(3px, 3px, 3px, 10px);
|
.border_radius(3px, 3px, 3px, 10px);
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
transition: all 0.5s linear;
|
transition: all 0.5s linear;
|
||||||
@ -226,14 +202,14 @@ span#favorite_sidebox_infolog{
|
|||||||
table.egwGridView_grid {
|
table.egwGridView_grid {
|
||||||
|
|
||||||
img{height: 16px;}
|
img{height: 16px;}
|
||||||
|
|
||||||
span.et2_link {font-weight: bold;}
|
span.et2_link {font-weight: bold;}
|
||||||
|
|
||||||
ul.et2_link_string {
|
ul.et2_link_string {
|
||||||
li.et2_link {font-weight: normal;}
|
li.et2_link {font-weight: normal;}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Date fixed height
|
//Date fixed height
|
||||||
.infolog_fixedHeight{.dimension_height_s;}
|
.infolog_fixedHeight{.dimension_height_s;}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user