forked from extern/egroupware
fix eT2 appicon widget should allways have gray-filter applied
was not the case in grid (table.egwGridView_grid) also ignored .css in less subdir incl. removal off already committed ones
This commit is contained in:
parent
349b3a4b9c
commit
76ab72d689
@ -67,7 +67,8 @@
|
||||
* img gray filter
|
||||
*/
|
||||
img.et2_appicon,
|
||||
.et2_appicon img {
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
||||
-webkit-filter: grayscale(100%);
|
||||
@ -1028,7 +1029,6 @@
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/*@import "../../phpgwapi/templates/idots/css/traditional.css";*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -1477,6 +1477,26 @@ div#ui-datepicker-div {
|
||||
.ms-ctn .ms-trigger {
|
||||
border-left: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
|
||||
* traditional.less
|
||||
* included in pixelegg.less since 17/03/2014
|
||||
|
||||
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/*
|
||||
font styling
|
||||
allowed attributes: font-family,font-size,color,font-weight
|
||||
*/
|
||||
/**
|
||||
* layout_*.less files are Pixelegg template specific
|
||||
*/
|
||||
@ -1489,7 +1509,7 @@ div#ui-datepicker-div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
||||
|
||||
|
||||
## Important ###########
|
||||
@ -1508,7 +1528,7 @@ div#ui-datepicker-div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/**
|
||||
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
||||
@ -1922,7 +1942,7 @@ body {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
.egw_fw_ui_ajaxloader {
|
||||
display: inline-block;
|
||||
@ -1950,7 +1970,7 @@ body {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*##########################################
|
||||
# Content Element #
|
||||
@ -2451,6 +2471,7 @@ button[id="add"] {
|
||||
button[id="add"]:active {
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
/*Button Ende #######################################################*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -2540,7 +2561,7 @@ button[id="add"]:active {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/**
|
||||
* Clientside Javascript error-log
|
||||
@ -2778,7 +2799,7 @@ table.table_passord_change td:first-child {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*dhtml Submenu ##########################################################*/
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
|
||||
@ -3265,7 +3286,7 @@ body > div#egw_message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
@ -3378,6 +3399,10 @@ h6 {
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
width: 99% !important;
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
@ -3495,7 +3520,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*z.b. Dateimanager overlay*/
|
||||
.egwGridView_grid span.iconOverlayContainer {
|
||||
@ -3569,7 +3594,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -3777,7 +3802,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -3994,7 +4019,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4593,7 +4618,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4664,7 +4689,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4954,7 +4979,7 @@ div#topmenu_info_update img {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4993,7 +5018,7 @@ button.image_button {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
.sbHolder {
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -5132,8 +5157,23 @@ button.image_button {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
|
||||
|
||||
//SVG Filter / not for Logo
|
||||
#egw_fw_sidebar img[src$="svg"]{
|
||||
.gradient_vertical (@gray_60, @gray_60);
|
||||
.rounded(3px);
|
||||
border: 1px solid @gray_0;;
|
||||
}
|
||||
|
||||
#egw_fw_main img[src$="svg"],
|
||||
#egw_fw_footer img[src$="svg"]{
|
||||
//.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
||||
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
||||
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
@ -56,7 +56,8 @@
|
||||
* img gray filter
|
||||
*/
|
||||
img.et2_appicon,
|
||||
.et2_appicon img {
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
||||
-webkit-filter: grayscale(100%);
|
||||
@ -1465,6 +1466,26 @@ div#ui-datepicker-div {
|
||||
.ms-ctn .ms-trigger {
|
||||
border-left: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
|
||||
* traditional.less
|
||||
* included in pixelegg.less since 17/03/2014
|
||||
|
||||
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/*
|
||||
font styling
|
||||
allowed attributes: font-family,font-size,color,font-weight
|
||||
*/
|
||||
/**
|
||||
* layout_*.less files are Pixelegg template specific
|
||||
*/
|
||||
@ -1477,7 +1498,7 @@ div#ui-datepicker-div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
||||
|
||||
|
||||
## Important ###########
|
||||
@ -1496,7 +1517,7 @@ div#ui-datepicker-div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/**
|
||||
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
|
||||
@ -1910,7 +1931,7 @@ body {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
.egw_fw_ui_ajaxloader {
|
||||
display: inline-block;
|
||||
@ -1938,7 +1959,7 @@ body {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*##########################################
|
||||
# Content Element #
|
||||
@ -2439,6 +2460,7 @@ button[id="add"] {
|
||||
button[id="add"]:active {
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
/*Button Ende #######################################################*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -2528,7 +2550,7 @@ button[id="add"]:active {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/**
|
||||
* Clientside Javascript error-log
|
||||
@ -2766,7 +2788,7 @@ table.table_passord_change td:first-child {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*dhtml Submenu ##########################################################*/
|
||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
|
||||
@ -3253,7 +3275,7 @@ body > div#egw_message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
@ -3366,6 +3388,10 @@ h6 {
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
width: 99% !important;
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
@ -3483,7 +3509,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/*z.b. Dateimanager overlay*/
|
||||
.egwGridView_grid span.iconOverlayContainer {
|
||||
@ -3557,7 +3583,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -3765,7 +3791,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -3982,7 +4008,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4581,7 +4607,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4652,7 +4678,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4942,7 +4968,7 @@ div#topmenu_info_update img {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_raster.less 3170 2014-07-16 11:24:38Z pixelegg $
|
||||
*/
|
||||
/*
|
||||
Created on : 23.07.2014, 13:25:11
|
||||
@ -4981,7 +5007,7 @@ button.image_button {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
.sbHolder {
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -5120,8 +5146,23 @@ button.image_button {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
|
||||
|
||||
//SVG Filter / not for Logo
|
||||
#egw_fw_sidebar img[src$="svg"]{
|
||||
.gradient_vertical (@gray_60, @gray_60);
|
||||
.rounded(3px);
|
||||
border: 1px solid @gray_0;;
|
||||
}
|
||||
|
||||
#egw_fw_main img[src$="svg"],
|
||||
#egw_fw_footer img[src$="svg"]{
|
||||
//.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
||||
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
||||
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
|
1
pixelegg/less/.gitignore
vendored
Normal file
1
pixelegg/less/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.css
|
@ -40,7 +40,9 @@ input,button,select {
|
||||
*/
|
||||
|
||||
img.et2_appicon,
|
||||
.et2_appicon img{
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon
|
||||
{
|
||||
.img_filter_gray;
|
||||
|
||||
}
|
||||
|
@ -1,137 +0,0 @@
|
||||
/**
|
||||
* EGroupware: Pixelegg styles
|
||||
*
|
||||
* Pixelegg definitions for tutorials
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package phpgwapi
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
* Definitions for tutorials
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Hadi NAtegh <hn@stylite.de>
|
||||
* @package phpgwapi
|
||||
* @version $Id$
|
||||
*/
|
||||
span.egw_tutorial_title {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
width: 95%;
|
||||
background-color: #D6DEF0;
|
||||
border: 1px solid #B3B3B3;
|
||||
padding-top: 4px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 5px;
|
||||
border-radius: 2px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.egw_tutorial_thumb:hover [id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
.egw_tutorial_thumb:hover #home-tutorial_play.egw_tutorial_playBtn {
|
||||
background-color: #FF0000;
|
||||
opacity: 0.68;
|
||||
}
|
||||
.egw_tutorial_thumb:hover [id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn > div,
|
||||
.egw_tutorial_thumb:hover #home-tutorial_play.egw_tutorial_playBtn > div {
|
||||
border-left-color: white;
|
||||
}
|
||||
.egw_tutorial_thumb {
|
||||
background-repeat: no-repeat;
|
||||
background-position: -2px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||
#home-tutorial_play.egw_tutorial_playBtn {
|
||||
display: block;
|
||||
margin: 10%;
|
||||
border: 2px solid rgba(0, 0, 0, 0.7);
|
||||
-webkit-border-radius: 100%;
|
||||
-moz-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn > div,
|
||||
#home-tutorial_play.egw_tutorial_playBtn > div {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 10px;
|
||||
left: 45%;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
border-left: 10px solid rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
[id^="egw_tutorial_"][id$="sidebox_list"] {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
max-height: 200px;
|
||||
}
|
||||
#list_grid_wrapper {
|
||||
max-height: 200px;
|
||||
}
|
||||
#home-tutorial_list {
|
||||
float: left;
|
||||
}
|
||||
#home-tutorial_list .egw_tutorial_thumb {
|
||||
display: block;
|
||||
}
|
||||
#home-tutorial_list .th .et2_label {
|
||||
font-size: 12px;
|
||||
padding-left: 7px;
|
||||
}
|
||||
#home-tutorial_list .th #home-tutorial_apps {
|
||||
margin-left: 5px;
|
||||
}
|
||||
#home-tutorial_list tbody td:first-child {
|
||||
padding-top: 4px;
|
||||
}
|
||||
#home-tutorial_src {
|
||||
border-left: 6px solid #E0E0E0;
|
||||
}
|
||||
.tutorial_popup {
|
||||
background-color: white;
|
||||
padding-top: 5px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.tutorial_videoList {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
display: inline-block !important;
|
||||
}
|
||||
div.tutorial_iframe_wrapper {
|
||||
position: absolute;
|
||||
left: 225px;
|
||||
right: 12px;
|
||||
height: 90%;
|
||||
}
|
||||
span.egw_tutorial_title {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
width: 95%;
|
||||
background-color: #434343;
|
||||
border: 1px solid #B3B3B3;
|
||||
padding-top: 4px;
|
||||
padding-left: 5px;
|
||||
border-radius: 2px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* SVG
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
* {
|
||||
fill: #696969;
|
||||
/*stroke: @gray_50;*/
|
||||
/*fill: @gray_0;*/
|
||||
}
|
@ -29,7 +29,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: pixelegg.less 55973 2016-05-02 12:31:24Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
@ -78,7 +78,8 @@
|
||||
* img gray filter
|
||||
*/
|
||||
img.et2_appicon,
|
||||
.et2_appicon img {
|
||||
.et2_appicon img,
|
||||
table.egwGridView_grid img.et2_appicon {
|
||||
/*filter grey*/
|
||||
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
||||
-webkit-filter: grayscale(100%);
|
||||
@ -1039,7 +1040,6 @@
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
/*@import "../../phpgwapi/templates/idots/css/traditional.css";*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -1051,7 +1051,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: jquery-ui.less 55742 2016-04-13 18:44:45Z nathangray $
|
||||
* @version $Id$
|
||||
*/
|
||||
#uical_select_resource {
|
||||
background-color: #ffdd73;
|
||||
@ -1478,7 +1478,7 @@ div#ui-datepicker-div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: magicsuggest.less 55652 2016-04-06 16:43:51Z hnategh $
|
||||
* @version $Id$
|
||||
*/
|
||||
.ms-ctn,
|
||||
.ms-res-ctn {
|
||||
@ -1488,6 +1488,26 @@ div#ui-datepicker-div {
|
||||
.ms-ctn .ms-trigger {
|
||||
border-left: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
|
||||
* traditional.less
|
||||
* included in pixelegg.less since 17/03/2014
|
||||
|
||||
|
||||
*
|
||||
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/*
|
||||
font styling
|
||||
allowed attributes: font-family,font-size,color,font-weight
|
||||
*/
|
||||
/**
|
||||
* layout_*.less files are Pixelegg template specific
|
||||
*/
|
||||
@ -1631,7 +1651,7 @@ body {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_loginPage.less 54890 2016-02-01 15:08:13Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
#socialMedia {
|
||||
position: relative;
|
||||
@ -2462,6 +2482,7 @@ button[id="add"] {
|
||||
button[id="add"]:active {
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
/*Button Ende #######################################################*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -2473,7 +2494,7 @@ button[id="add"]:active {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_chosen.less 50840 2014-07-16 11:24:38Z pixelegg $
|
||||
* @version $Id$
|
||||
*/
|
||||
/* @group Base */
|
||||
.chzn-container {
|
||||
@ -2595,7 +2616,7 @@ div.client_error_log tr td.stack > div {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_content_elements.less 56042 2016-05-05 18:27:07Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
/* #######################################################################################
|
||||
*
|
||||
@ -2834,7 +2855,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_dialog.less 55670 2016-04-07 12:42:27Z hnategh $
|
||||
* @version $Id$
|
||||
*/
|
||||
/*body {
|
||||
background-color: @gray_0;
|
||||
@ -3356,7 +3377,7 @@ h6 {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_lettersearch.less 50840 2014-07-16 11:24:38Z pixelegg $
|
||||
* @version $Id$
|
||||
*/
|
||||
.lettersearch {
|
||||
-webkit-border-radius: 3px;
|
||||
@ -3389,6 +3410,10 @@ h6 {
|
||||
td.lettersearch {
|
||||
background-image: none;
|
||||
}
|
||||
/*.nextmatch_header table {
|
||||
border: none !important;
|
||||
width: 99% !important;
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: CSS with less preprocessor
|
||||
*
|
||||
@ -3400,7 +3425,7 @@ td.lettersearch {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_messages.less 56042 2016-05-05 18:27:07Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
#egwpopup {
|
||||
background-color: #fafafa;
|
||||
@ -3550,7 +3575,7 @@ td.message span.message {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_raster.less 55572 2016-03-31 09:21:55Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
/* #################################################
|
||||
* Basecontainer
|
||||
@ -5145,6 +5170,21 @@ button.image_button {
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||
*/
|
||||
/* disabled for now in pixelegg.less, until we use svg outside filemanager thumbnails
|
||||
|
||||
//SVG Filter / not for Logo
|
||||
#egw_fw_sidebar img[src$="svg"]{
|
||||
.gradient_vertical (@gray_60, @gray_60);
|
||||
.rounded(3px);
|
||||
border: 1px solid @gray_0;;
|
||||
}
|
||||
|
||||
#egw_fw_main img[src$="svg"],
|
||||
#egw_fw_footer img[src$="svg"]{
|
||||
//.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
||||
.gradient_vertical (fade(@gray_100,50%), fade(@gray_100,50%));
|
||||
|
||||
}*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -5156,7 +5196,7 @@ button.image_button {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_table.less 55670 2016-04-07 12:42:27Z hnategh $
|
||||
* @version $Id$
|
||||
*/
|
||||
/** #####################################################################################
|
||||
* et2
|
||||
@ -5450,7 +5490,7 @@ table.nextmatch_header img {
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||||
* @package pixelegg
|
||||
* @version $Id: layout_traditional.less 55245 2016-03-04 09:21:40Z ralfbecker $
|
||||
* @version $Id$
|
||||
*/
|
||||
/* traditional */
|
||||
form {
|
||||
|
Loading…
Reference in New Issue
Block a user