mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
remove gray-filter from et2_appicon for non-monochrome templates
This commit is contained in:
parent
32c9e1b6bb
commit
70b96c4ebc
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: pixelegg standard theme
|
||||
@ -18,7 +17,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
@ -6740,6 +6738,19 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
#ranking_sidebox_header {
|
||||
border-left: 6px solid #404040 !important;
|
||||
}
|
||||
img.et2_appicon,
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
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 */
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
|
||||
background-color: rgba(0, 51, 102, 0.3);
|
||||
border-left: 4px solid #003366 !important;
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@import "pixelegg.less";
|
||||
|
@ -48,7 +48,3 @@
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
@ -6729,6 +6728,19 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
#ranking_sidebox_header {
|
||||
border-left: 6px solid #404040 !important;
|
||||
}
|
||||
img.et2_appicon,
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
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 */
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn #addressbook_sidebox_header.egw_fw_ui_sidemenu_entry_header_active {
|
||||
background-color: rgba(0, 51, 102, 0.3);
|
||||
border-left: 4px solid #003366 !important;
|
||||
|
@ -7,7 +7,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
@import "monochrome.less";
|
||||
@import "../less/app_colors.less";
|
||||
|
@ -11,6 +11,7 @@
|
||||
* @version $Id: app.less 55033 2016-02-16 18:49:17Z hnategh $
|
||||
*/
|
||||
|
||||
@import (reference) "./def_gradient.less";
|
||||
|
||||
// Color code for applications
|
||||
@addressbook-color: #003366;
|
||||
@ -93,4 +94,12 @@ div[id^="wiki-"],form[id^="wiki-"] {
|
||||
div[id^="ranking-"],form[id^="ranking-"] {
|
||||
.nm_favorites_div .et2_dropdown button:nth-child(2),.plus_button,.search.nm-mob-header,.dialogHeadbar {background-color: @ranking-color;}
|
||||
}
|
||||
#ranking_sidebox_header {border-left:6px solid @ranking-color !important;}
|
||||
#ranking_sidebox_header {border-left:6px solid @ranking-color !important;}
|
||||
|
||||
// remove gray filter from et2_appicon
|
||||
img.et2_appicon,
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon
|
||||
{
|
||||
.img_filter_none;
|
||||
}
|
||||
|
@ -150,7 +150,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: pixelegg standard theme
|
||||
@ -161,7 +160,6 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
@ -7722,6 +7720,19 @@ form[id^="ranking-"] .dialogHeadbar {
|
||||
#ranking_sidebox_header {
|
||||
border-left: 6px solid #404040 !important;
|
||||
}
|
||||
img.et2_appicon,
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
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 */
|
||||
}
|
||||
/********************************/
|
||||
/* */
|
||||
/* MEDIA DEFINITION */
|
||||
|
Loading…
Reference in New Issue
Block a user