removed not existing background

This commit is contained in:
Ralf Becker 2014-12-05 09:46:57 +00:00
parent ba2249b61d
commit 3f70c709bb
4 changed files with 25 additions and 22 deletions

View File

@ -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,

View File

@ -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;

View File

@ -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,

View File

@ -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,