mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
removed not existing background
This commit is contained in:
parent
ba2249b61d
commit
3f70c709bb
@ -1,12 +1,14 @@
|
||||
/*
|
||||
To change this license header, choose License Headers in Project Properties.
|
||||
To change this template file, choose Tools | Templates
|
||||
and open the template in the editor.
|
||||
*/
|
||||
/*
|
||||
Created on : Nov 14, 2014, 12:39:19 PM
|
||||
Author : Hadi Nategh <hn@stylite.de>
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template - mobile theme
|
||||
*
|
||||
* 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 pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template
|
||||
*
|
||||
@ -1505,7 +1507,6 @@ option:checked {
|
||||
border-right: solid 1px 1px;
|
||||
border-bottom: solid 1px 1px;
|
||||
border-color: #b4b4b4;
|
||||
background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
||||
color: #808080;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
|
@ -1,12 +1,15 @@
|
||||
/*
|
||||
To change this license header, choose License Headers in Project Properties.
|
||||
To change this template file, choose Tools | Templates
|
||||
and open the template in the editor.
|
||||
*/
|
||||
/*
|
||||
Created on : Nov 14, 2014, 12:39:19 PM
|
||||
Author : Hadi Nategh <hn@stylite.de>
|
||||
*/
|
||||
/**
|
||||
* EGroupware: Stylite Pixelegg template - mobile theme
|
||||
*
|
||||
* 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 pixelegg
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@import "pixelegg.less";
|
||||
|
||||
@media all {
|
||||
@ -161,7 +164,7 @@ and open the template in the editor.
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
a#topmenu_acl:before {
|
||||
content: "";
|
||||
background-repeat: no-repeat;
|
||||
|
@ -1496,7 +1496,6 @@ option:checked {
|
||||
border-right: solid 1px 1px;
|
||||
border-bottom: solid 1px 1px;
|
||||
border-color: #b4b4b4;
|
||||
background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
||||
color: #808080;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
|
@ -156,7 +156,7 @@ option:checked {background-color: @egw_color_1_e;}
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
.bordered(1px, 1px, 1px,1px);
|
||||
border-color: @gray_30;
|
||||
background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
||||
// background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
||||
.color_50_gray;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
|
Loading…
Reference in New Issue
Block a user