mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-21 05:19:07 +01:00
remove old themes and deactivate compact since it is not working atm improve darkmode image visibility
(cherry picked from commit 7f2653c007
)
This commit is contained in:
parent
aff2cd3011
commit
fd14c1c3b8
22
Gruntfile.js
22
Gruntfile.js
@ -82,28 +82,6 @@ module.exports = function (grunt) {
|
||||
"pixelegg/mobile/fw_mobile.css",
|
||||
"api/templates/default/print.css",
|
||||
"pixelegg/print.css"
|
||||
],
|
||||
"pixelegg/css/monochrome.min.css": [
|
||||
"node_modules/flatpickr/dist/themes/light.css",
|
||||
"vendor/bower-asset/diff2html/dist/diff2html.css",
|
||||
"vendor/bower-asset/cropper/dist/cropper.min.css",
|
||||
"api/templates/default/css/flags.css",
|
||||
"api/templates/default/css/htmlarea.css",
|
||||
"api/templates/default/etemplate2.css",
|
||||
"pixelegg/css/monochrome.css",
|
||||
"api/templates/default/print.css",
|
||||
"pixelegg/print.css"
|
||||
],
|
||||
"pixelegg/css/modern.min.css": [
|
||||
"node_modules/flatpickr/dist/themes/light.css",
|
||||
"vendor/bower-asset/diff2html/dist/diff2html.css",
|
||||
"vendor/bower-asset/cropper/dist/cropper.min.css",
|
||||
"api/templates/default/css/flags.css",
|
||||
"api/templates/default/css/htmlarea.css",
|
||||
"api/templates/default/etemplate2.css",
|
||||
"pixelegg/css/pixelegg.css",
|
||||
"api/templates/default/print.css",
|
||||
"pixelegg/print.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -16,6 +16,7 @@ namespace EGroupware\Api;
|
||||
use EGroupware\Api\Framework\Bundle;
|
||||
use EGroupware\Api\Framework\IncludeMgr;
|
||||
use EGroupware\Api\Header\ContentSecurityPolicy;
|
||||
use function Webmozart\Assert\Tests\StaticAnalysis\inArray;
|
||||
|
||||
/**
|
||||
* Framework: virtual base class for all template sets
|
||||
@ -1175,7 +1176,8 @@ abstract class Framework extends Framework\Extra
|
||||
{
|
||||
while (($file = readdir($dh)))
|
||||
{
|
||||
if (preg_match('/'."\.css$".'/i', $file))
|
||||
if (preg_match('/' . "\.css$" . '/i', $file) &&
|
||||
!in_array($file, ['mobile.css', 'mobile.min.css']))
|
||||
{
|
||||
list($name) = explode('.',$file);
|
||||
if (!isset($list[$name])) $list[$name] = ucfirst ($name);
|
||||
|
@ -1556,9 +1556,7 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {width: 100%; height: 1
|
||||
.ui-toolbar-menulist et2-switch::part(label),
|
||||
.ui-toolbar-menulist et2-switch .label {width: 100%!important;}
|
||||
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#calendar-toolbar button#toolbar-today {
|
||||
color: #616161;
|
||||
font-weight: 500;
|
||||
|
@ -1523,9 +1523,6 @@ et2-switch#calendar-toolbar_toolbar-weekend::part(label) {
|
||||
.ui-toolbar-menulist et2-switch .label {
|
||||
width: 100%!important;
|
||||
}
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0;
|
||||
}
|
||||
#calendar-toolbar button#toolbar-today {
|
||||
color: #616161;
|
||||
font-weight: 500;
|
||||
@ -2704,6 +2701,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
}
|
||||
#calendar-toolbar {
|
||||
margin-bottom: 0.3em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
#calendar-toolbar_toolbar .et2_toolbar_more {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
#calendar-toolbar_toolbar et2-switch .label.on span.off {
|
||||
filter: opacity(0.4);
|
||||
|
@ -1149,8 +1149,12 @@ div#calendar-container {
|
||||
|
||||
#calendar-toolbar {
|
||||
margin-bottom: 0.3em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
#calendar-toolbar_toolbar {
|
||||
.et2_toolbar_more{
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
et2-switch .label.on {
|
||||
span.off {
|
||||
filter: opacity(.4);
|
||||
|
@ -15,31 +15,6 @@
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
*/
|
||||
/**
|
||||
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
||||
*
|
||||
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
||||
* files AND include ../default/app.less from there
|
||||
*/
|
||||
/**
|
||||
* not sure about these files, in general it is not a good idea to replace
|
||||
* files from other projects, was we need to update them regulary.
|
||||
* Would be a lot better to include their css files and only overwrite
|
||||
* neccesarry settings
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Darkmode theme
|
||||
*
|
||||
@ -69,8 +44,7 @@
|
||||
*/
|
||||
@media all {
|
||||
html[data-darkmode='1'] {
|
||||
background: #000;
|
||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||
filter: invert(0.82) hue-rotate(180deg) brightness(1);
|
||||
/* need to explicitly disable the filter on the img tag, if used, as it would be applied twice and therefore not at all */
|
||||
}
|
||||
html[data-darkmode='1'] sl-menu-item::part(prefix),
|
||||
@ -78,7 +52,6 @@
|
||||
html[data-darkmode='1'] et2-button::part(prefix),
|
||||
html[data-darkmode='1'] *::part(image),
|
||||
html[data-darkmode='1'] et2-image,
|
||||
html[data-darkmode='1'] img,
|
||||
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
|
||||
html[data-darkmode='1'] #blueimp-gallery ol,
|
||||
html[data-darkmode='1'] et2-select-account::part(icon),
|
||||
@ -200,7 +173,6 @@
|
||||
* @version: 1
|
||||
* Stefan Reinhardt
|
||||
*/
|
||||
/*@import (less) "../../api/templates/default/etemplate2.css";*/
|
||||
@media all {
|
||||
/**
|
||||
* Top level
|
||||
@ -1651,51 +1623,6 @@ div#ui-datepicker-div {
|
||||
.ui-widget-shadow {
|
||||
background-image: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* less file for magic suggest
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
.ms-ctn,
|
||||
.ms-res-ctn {
|
||||
/* It doesn't really work smaller than this */
|
||||
border: solid 1px #e6e6e6;
|
||||
}
|
||||
.ms-ctn .ms-res-item-active,
|
||||
.ms-res-ctn .ms-res-item-active {
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
.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
|
||||
*/
|
||||
@ -1842,6 +1769,120 @@ body {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
||||
|
||||
## Definitions of all used colors
|
||||
|
||||
*/
|
||||
.background_color_egw_normal {
|
||||
background-color: #ffc200;
|
||||
}
|
||||
.background_color_egw_light {
|
||||
background-color: #FFD140;
|
||||
}
|
||||
.background_color_egw_lighter {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
.background_color_egw_dark {
|
||||
background-color: #0C5DA5;
|
||||
}
|
||||
.background_color_egw_darker {
|
||||
background-color: #26537C;
|
||||
}
|
||||
/*@gray-100 : #000000;*/
|
||||
.color_0_gray {
|
||||
color: #ffffff;
|
||||
}
|
||||
.color_5_gray {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
.color_10_gray {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
.color_15_gray {
|
||||
color: #d9d9d9;
|
||||
}
|
||||
.color_20_gray {
|
||||
color: #cccccc;
|
||||
}
|
||||
.color_25_gray {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.color_30_gray {
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.color_40_gray {
|
||||
color: #999999;
|
||||
}
|
||||
.color_50_gray {
|
||||
color: #808080;
|
||||
}
|
||||
.color_60_gray {
|
||||
color: #666666;
|
||||
}
|
||||
.color_70_gray {
|
||||
color: #4d4d4d;
|
||||
}
|
||||
.color_80_gray {
|
||||
color: #333333;
|
||||
}
|
||||
.color_90_gray {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
.color_100_gray {
|
||||
color: #000000;
|
||||
}
|
||||
/*@darkgrey : .color_90_gray;*/
|
||||
.background_color_0_gray {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.background_color_5_gray {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.background_color_10_gray {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.background_color_15_gray {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.background_color_20_gray {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.background_color_25_gray {
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
.background_color_30_gray {
|
||||
background-color: #b3b3b3 !important;
|
||||
}
|
||||
.background_color_40_gray {
|
||||
background-color: #999999;
|
||||
}
|
||||
.background_color_50_gray {
|
||||
background-color: #808080;
|
||||
}
|
||||
/*@active_button_border_bottom : @egw_color_2_d;*/
|
||||
/*optional / can field*/
|
||||
/*Listenausgabe*/
|
||||
/* Dialog Button panel Background Color*/
|
||||
/*Button edit + save + apply + copy = positive action */
|
||||
/*Button Add-plus*/
|
||||
/*Button cancel = do nothing action */
|
||||
/*Button delete = negative action */
|
||||
.background_color_search {
|
||||
background-color: #B4B4B4;
|
||||
}
|
||||
.background_table_cal_head {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
@keyframes login-apps {
|
||||
0% {
|
||||
transform: translateY(30px);
|
||||
@ -6567,16 +6608,6 @@ span.egw_tutorial_title {
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/*@import "../less/layout_buttons_global.less";*/
|
||||
/*@import "../less/layout_chosen.less";*/
|
||||
/*@import "../less/layout_messages.less";*/
|
||||
/*@import "../less/layout_content_elements.less";*/
|
||||
/*@import "../less/layout_table.less";*/
|
||||
/*@import "../less/layout_loginPage.less";*/
|
||||
/*@import "../less/layout_raster.less";*/
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
/**
|
||||
*
|
||||
* Mobile FW - Applications colors
|
||||
@ -7270,12 +7301,6 @@ et2-dialog div#add_favorite et2-select-account_ro {
|
||||
padding: 0;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
div.flatpickr-calendar {
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
}
|
||||
|
@ -18,31 +18,6 @@
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
*/
|
||||
/**
|
||||
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
||||
*
|
||||
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
||||
* files AND include ../default/app.less from there
|
||||
*/
|
||||
/**
|
||||
* not sure about these files, in general it is not a good idea to replace
|
||||
* files from other projects, was we need to update them regulary.
|
||||
* Would be a lot better to include their css files and only overwrite
|
||||
* neccesarry settings
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Darkmode theme
|
||||
*
|
||||
@ -72,8 +47,7 @@
|
||||
*/
|
||||
@media all {
|
||||
html[data-darkmode='1'] {
|
||||
background: #000;
|
||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||
filter: invert(0.81) hue-rotate(180deg) brightness(1);
|
||||
/* need to explicitly disable the filter on the img tag, if used, as it would be applied twice and therefore not at all */
|
||||
}
|
||||
html[data-darkmode='1'] sl-menu-item::part(prefix),
|
||||
@ -81,7 +55,6 @@
|
||||
html[data-darkmode='1'] et2-button::part(prefix),
|
||||
html[data-darkmode='1'] *::part(image),
|
||||
html[data-darkmode='1'] et2-image,
|
||||
html[data-darkmode='1'] img,
|
||||
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
|
||||
html[data-darkmode='1'] #blueimp-gallery ol,
|
||||
html[data-darkmode='1'] et2-select-account::part(icon),
|
||||
@ -203,7 +176,6 @@
|
||||
* @version: 1
|
||||
* Stefan Reinhardt
|
||||
*/
|
||||
/*@import (less) "../../api/templates/default/etemplate2.css";*/
|
||||
@media all {
|
||||
/**
|
||||
* Top level
|
||||
@ -679,9 +651,13 @@
|
||||
.et2_nextmatch .nextmatch_header {
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
.et2_nextmatch > img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
@ -1654,51 +1630,6 @@ div#ui-datepicker-div {
|
||||
.ui-widget-shadow {
|
||||
background-image: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* less file for magic suggest
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
.ms-ctn,
|
||||
.ms-res-ctn {
|
||||
/* It doesn't really work smaller than this */
|
||||
border: solid 1px #e6e6e6;
|
||||
}
|
||||
.ms-ctn .ms-res-item-active,
|
||||
.ms-res-ctn .ms-res-item-active {
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
.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
|
||||
*/
|
||||
@ -1845,6 +1776,120 @@ body {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
||||
|
||||
## Definitions of all used colors
|
||||
|
||||
*/
|
||||
.background_color_egw_normal {
|
||||
background-color: #ffc200;
|
||||
}
|
||||
.background_color_egw_light {
|
||||
background-color: #FFD140;
|
||||
}
|
||||
.background_color_egw_lighter {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
.background_color_egw_dark {
|
||||
background-color: #0C5DA5;
|
||||
}
|
||||
.background_color_egw_darker {
|
||||
background-color: #26537C;
|
||||
}
|
||||
/*@gray-100 : #000000;*/
|
||||
.color_0_gray {
|
||||
color: #ffffff;
|
||||
}
|
||||
.color_5_gray {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
.color_10_gray {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
.color_15_gray {
|
||||
color: #d9d9d9;
|
||||
}
|
||||
.color_20_gray {
|
||||
color: #cccccc;
|
||||
}
|
||||
.color_25_gray {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.color_30_gray {
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.color_40_gray {
|
||||
color: #999999;
|
||||
}
|
||||
.color_50_gray {
|
||||
color: #808080;
|
||||
}
|
||||
.color_60_gray {
|
||||
color: #666666;
|
||||
}
|
||||
.color_70_gray {
|
||||
color: #4d4d4d;
|
||||
}
|
||||
.color_80_gray {
|
||||
color: #333333;
|
||||
}
|
||||
.color_90_gray {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
.color_100_gray {
|
||||
color: #000000;
|
||||
}
|
||||
/*@darkgrey : .color_90_gray;*/
|
||||
.background_color_0_gray {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.background_color_5_gray {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.background_color_10_gray {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.background_color_15_gray {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.background_color_20_gray {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.background_color_25_gray {
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
.background_color_30_gray {
|
||||
background-color: #b3b3b3 !important;
|
||||
}
|
||||
.background_color_40_gray {
|
||||
background-color: #999999;
|
||||
}
|
||||
.background_color_50_gray {
|
||||
background-color: #808080;
|
||||
}
|
||||
/*@active_button_border_bottom : @egw_color_2_d;*/
|
||||
/*optional / can field*/
|
||||
/*Listenausgabe*/
|
||||
/* Dialog Button panel Background Color*/
|
||||
/*Button edit + save + apply + copy = positive action */
|
||||
/*Button Add-plus*/
|
||||
/*Button cancel = do nothing action */
|
||||
/*Button delete = negative action */
|
||||
.background_color_search {
|
||||
background-color: #B4B4B4;
|
||||
}
|
||||
.background_table_cal_head {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
@keyframes login-apps {
|
||||
0% {
|
||||
transform: translateY(30px);
|
||||
@ -4655,7 +4700,7 @@ body.scrollVertical {
|
||||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
margin-top: 0.8em;
|
||||
margin-top: 7px;
|
||||
}
|
||||
#egw_fw_main .egw_fw_ui_tab_content > div {
|
||||
width: 100%;
|
||||
@ -6570,16 +6615,6 @@ span.egw_tutorial_title {
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/*@import "../less/layout_buttons_global.less";*/
|
||||
/*@import "../less/layout_chosen.less";*/
|
||||
/*@import "../less/layout_messages.less";*/
|
||||
/*@import "../less/layout_content_elements.less";*/
|
||||
/*@import "../less/layout_table.less";*/
|
||||
/*@import "../less/layout_loginPage.less";*/
|
||||
/*@import "../less/layout_raster.less";*/
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
/**
|
||||
*
|
||||
* Mobile FW - Applications colors
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,49 +0,0 @@
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
*/
|
||||
/**
|
||||
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
||||
*
|
||||
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
||||
* files AND include ../default/app.less from there
|
||||
*/
|
||||
/**
|
||||
* not sure about these files, in general it is not a good idea to replace
|
||||
* files from other projects, was we need to update them regulary.
|
||||
* Would be a lot better to include their css files and only overwrite
|
||||
* neccesarry settings
|
||||
*/
|
||||
@import "../less/darkmode.less";
|
||||
@import "../less/etemplate2.less";
|
||||
// print ausgabe
|
||||
@import "../less/print.less";
|
||||
@import "../less/jquery-ui.less";
|
||||
@import "../less/magicsuggest.less";
|
||||
@import "../less/traditional.less";
|
||||
|
||||
/**
|
||||
* layout_*.less files are Pixelegg template specific
|
||||
*/
|
||||
@import "../less/layout_definitions.less";
|
||||
|
||||
|
||||
/*@import "../less/layout_buttons_global.less";*/
|
||||
/*@import "../less/layout_chosen.less";*/
|
||||
/*@import "../less/layout_messages.less";*/
|
||||
/*@import "../less/layout_content_elements.less";*/
|
||||
/*@import "../less/layout_table.less";*/
|
||||
/*@import "../less/layout_loginPage.less";*/
|
||||
/*@import "../less/layout_raster.less";*/
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
@ -8,31 +8,6 @@
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
/**
|
||||
* addapted from orginal styles.php
|
||||
*/
|
||||
/**
|
||||
* All app_* files are now again in $app/templates/default/app.less&css and will be included independent
|
||||
*
|
||||
* If some settings are Pixelegg template specific, please create $app/templates/pixelegg.less&css
|
||||
* files AND include ../default/app.less from there
|
||||
*/
|
||||
/**
|
||||
* not sure about these files, in general it is not a good idea to replace
|
||||
* files from other projects, was we need to update them regulary.
|
||||
* Would be a lot better to include their css files and only overwrite
|
||||
* neccesarry settings
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Darkmode theme
|
||||
*
|
||||
@ -62,8 +37,7 @@
|
||||
*/
|
||||
@media all {
|
||||
html[data-darkmode='1'] {
|
||||
background: #000;
|
||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||
filter: invert(0.82) hue-rotate(180deg) brightness(1);
|
||||
/* need to explicitly disable the filter on the img tag, if used, as it would be applied twice and therefore not at all */
|
||||
}
|
||||
html[data-darkmode='1'] sl-menu-item::part(prefix),
|
||||
@ -71,7 +45,6 @@
|
||||
html[data-darkmode='1'] et2-button::part(prefix),
|
||||
html[data-darkmode='1'] *::part(image),
|
||||
html[data-darkmode='1'] et2-image,
|
||||
html[data-darkmode='1'] img,
|
||||
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
|
||||
html[data-darkmode='1'] #blueimp-gallery ol,
|
||||
html[data-darkmode='1'] et2-select-account::part(icon),
|
||||
@ -193,7 +166,6 @@
|
||||
* @version: 1
|
||||
* Stefan Reinhardt
|
||||
*/
|
||||
/*@import (less) "../../api/templates/default/etemplate2.css";*/
|
||||
@media all {
|
||||
/**
|
||||
* Top level
|
||||
@ -1644,51 +1616,6 @@ div#ui-datepicker-div {
|
||||
.ui-widget-shadow {
|
||||
background-image: none;
|
||||
}
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* less file for magic suggest
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
.ms-ctn,
|
||||
.ms-res-ctn {
|
||||
/* It doesn't really work smaller than this */
|
||||
border: solid 1px #e6e6e6;
|
||||
}
|
||||
.ms-ctn .ms-res-item-active,
|
||||
.ms-res-ctn .ms-res-item-active {
|
||||
background-color: rgba(153, 204, 255, 0.4);
|
||||
}
|
||||
.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
|
||||
*/
|
||||
@ -1835,6 +1762,120 @@ body {
|
||||
* @package pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
* 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: pixelegg.less 3017 2014-04-15 08:35:38Z ralfbecker $
|
||||
|
||||
## Definitions of all used colors
|
||||
|
||||
*/
|
||||
.background_color_egw_normal {
|
||||
background-color: #ffc200;
|
||||
}
|
||||
.background_color_egw_light {
|
||||
background-color: #FFD140;
|
||||
}
|
||||
.background_color_egw_lighter {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
.background_color_egw_dark {
|
||||
background-color: #0C5DA5;
|
||||
}
|
||||
.background_color_egw_darker {
|
||||
background-color: #26537C;
|
||||
}
|
||||
/*@gray-100 : #000000;*/
|
||||
.color_0_gray {
|
||||
color: #ffffff;
|
||||
}
|
||||
.color_5_gray {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
.color_10_gray {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
.color_15_gray {
|
||||
color: #d9d9d9;
|
||||
}
|
||||
.color_20_gray {
|
||||
color: #cccccc;
|
||||
}
|
||||
.color_25_gray {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.color_30_gray {
|
||||
color: #b3b3b3;
|
||||
}
|
||||
.color_40_gray {
|
||||
color: #999999;
|
||||
}
|
||||
.color_50_gray {
|
||||
color: #808080;
|
||||
}
|
||||
.color_60_gray {
|
||||
color: #666666;
|
||||
}
|
||||
.color_70_gray {
|
||||
color: #4d4d4d;
|
||||
}
|
||||
.color_80_gray {
|
||||
color: #333333;
|
||||
}
|
||||
.color_90_gray {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
.color_100_gray {
|
||||
color: #000000;
|
||||
}
|
||||
/*@darkgrey : .color_90_gray;*/
|
||||
.background_color_0_gray {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.background_color_5_gray {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.background_color_10_gray {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.background_color_15_gray {
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
.background_color_20_gray {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
.background_color_25_gray {
|
||||
background-color: #bfbfbf;
|
||||
}
|
||||
.background_color_30_gray {
|
||||
background-color: #b3b3b3 !important;
|
||||
}
|
||||
.background_color_40_gray {
|
||||
background-color: #999999;
|
||||
}
|
||||
.background_color_50_gray {
|
||||
background-color: #808080;
|
||||
}
|
||||
/*@active_button_border_bottom : @egw_color_2_d;*/
|
||||
/*optional / can field*/
|
||||
/*Listenausgabe*/
|
||||
/* Dialog Button panel Background Color*/
|
||||
/*Button edit + save + apply + copy = positive action */
|
||||
/*Button Add-plus*/
|
||||
/*Button cancel = do nothing action */
|
||||
/*Button delete = negative action */
|
||||
.background_color_search {
|
||||
background-color: #B4B4B4;
|
||||
}
|
||||
.background_table_cal_head {
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
@keyframes login-apps {
|
||||
0% {
|
||||
transform: translateY(30px);
|
||||
@ -6560,16 +6601,6 @@ span.egw_tutorial_title {
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/*@import "../less/layout_buttons_global.less";*/
|
||||
/*@import "../less/layout_chosen.less";*/
|
||||
/*@import "../less/layout_messages.less";*/
|
||||
/*@import "../less/layout_content_elements.less";*/
|
||||
/*@import "../less/layout_table.less";*/
|
||||
/*@import "../less/layout_loginPage.less";*/
|
||||
/*@import "../less/layout_raster.less";*/
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
/**
|
||||
*
|
||||
* Mobile FW - Applications colors
|
||||
|
@ -8,7 +8,16 @@
|
||||
* @author Hadi Nategh <hn@stylite.de>
|
||||
* @package pixelegg
|
||||
*/
|
||||
@import "monochrome.less";
|
||||
@import "../less/darkmode.less";
|
||||
@import "../less/etemplate2.less";
|
||||
// print ausgabe
|
||||
@import "../less/print.less";
|
||||
@import "../less/jquery-ui.less";
|
||||
|
||||
/**
|
||||
* layout_*.less files are Pixelegg template specific
|
||||
*/
|
||||
@import "../less/layout_definitions.less";
|
||||
@import "../less/app_colors.less";
|
||||
@import "../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
|
||||
|
||||
|
@ -27,11 +27,10 @@
|
||||
|
||||
html[data-darkmode='1']
|
||||
{
|
||||
background: #000;
|
||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||
filter: invert(.82) hue-rotate(180deg) brightness(1);
|
||||
|
||||
sl-menu-item::part(prefix), et2-select-country::part(prefix),
|
||||
et2-button::part(prefix), *::part(image), et2-image, img, #blueimp-gallery:not(:fullscreen), #blueimp-gallery ol,
|
||||
et2-button::part(prefix), *::part(image), et2-image, #blueimp-gallery:not(:fullscreen), #blueimp-gallery ol,
|
||||
et2-select-account::part(icon), et2-select-email::part(icon), sl-menu-item [slot="prefix"],
|
||||
iframe, et2-lavatar[image=""]::part(base), et2-avatar[id="_cropper_image"],
|
||||
video, #loginMainDiv, .et2_taglist_tags_icon, .fw_avatar_stat, et2-avatar-group,
|
||||
|
@ -6,9 +6,6 @@
|
||||
* Stefan Reinhardt
|
||||
*/
|
||||
|
||||
@import (reference) "./def_design_pattern_color_font_shadow.less";
|
||||
@import (reference) "./def_buttons.less";
|
||||
/*@import (less) "../../api/templates/default/etemplate2.css";*/
|
||||
|
||||
|
||||
@media all {
|
||||
|
@ -1,23 +0,0 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
// new changes since 17/03/2014
|
@ -27,8 +27,7 @@ $GLOBALS['egw_info']['template']['pixelegg']['windowed'] = true;
|
||||
// specify (different) labels for default themes
|
||||
$GLOBALS['egw_info']['template']['pixelegg']['themes'] = array(
|
||||
'pixelegg' => 'Standard',
|
||||
'monochrome' => 'Monochrome',
|
||||
'mobile' => 'Compact',
|
||||
//'mobile' => 'Compact',
|
||||
);
|
||||
|
||||
// Dependencies for this template to work
|
||||
|
Loading…
Reference in New Issue
Block a user