mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 08:09:02 +01:00
pixelegg / less
change @import....
This commit is contained in:
parent
6cf9017c26
commit
b60848d7f8
@ -295,6 +295,17 @@ div.filemanager_navigation label input {
|
|||||||
#filemanager-index .filters #filemanager-index_filter {
|
#filemanager-index .filters #filemanager-index_filter {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
table.egwGridView_grid img {
|
||||||
|
/*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 */
|
||||||
|
}
|
||||||
/*// #####################################################*/
|
/*// #####################################################*/
|
||||||
/*Dialog filemanager*/
|
/*Dialog filemanager*/
|
||||||
#filemanager-select {
|
#filemanager-select {
|
||||||
@ -424,7 +435,7 @@ div#stylite-filemanager-upload .et2_file input {
|
|||||||
background-color: #0c5da5;
|
background-color: #0c5da5;
|
||||||
}
|
}
|
||||||
div#stylite-filemanager-upload .et2_file input:hover {
|
div#stylite-filemanager-upload .et2_file input:hover {
|
||||||
background-color: #66a1d2 !important;
|
background-color: #189800 !important;
|
||||||
color: #ffc200;
|
color: #ffc200;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
|
||||||
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
||||||
@import (less) "../default/app.css";
|
@import (less) "../default/app.css";
|
||||||
|
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
@ -194,7 +194,21 @@ div.filemanager_navigation{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // iframe
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// images .... uploaded files
|
||||||
|
table.egwGridView_grid img {
|
||||||
|
|
||||||
|
.img_filter_none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// iframe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user