mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
filemanager - less
et2_file - background image and size
This commit is contained in:
parent
52bbf929fa
commit
b0ec6dc0a2
@ -203,7 +203,10 @@ div.filemanager_navigation > label > input {
|
||||
width: 95%;
|
||||
}
|
||||
#filemanager-index .et2_file {
|
||||
/*background-color: @egw_color_2_a;*/
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: none;
|
||||
}
|
||||
#filemanager-index .et2_file input#filemanager-index_upload {
|
||||
color: #ffffff;
|
||||
@ -225,6 +228,12 @@ div.filemanager_navigation > label > input {
|
||||
#filemanager-index .et2_file input#filemanager-index_upload:active {
|
||||
background-color: #1aa200 !important;
|
||||
}
|
||||
#filemanager-index .et2_file .et2_file_span {
|
||||
background-size: 20px 20px;
|
||||
padding: 3px 5px 3px 10px;
|
||||
height: 16px;
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
#filemanager-index .et2_file div.progress {
|
||||
z-index: 1;
|
||||
}
|
||||
|
@ -108,14 +108,20 @@ div.filemanager_navigation > label > input {
|
||||
#filemanager-index{
|
||||
|
||||
.et2_file{
|
||||
/*background-color: @egw_color_2_a;*/
|
||||
.rounded(3px);
|
||||
border: none;
|
||||
|
||||
input#filemanager-index_upload {
|
||||
color: @gray_0;
|
||||
background-color: @egw_color_2_a;
|
||||
&:hover {.Complete_Button_add_only_plus_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
color: @gray_0;
|
||||
background-color: @egw_color_2_a;
|
||||
|
||||
&:hover {.Complete_Button_add_only_plus_hover;}
|
||||
&:active {background-color: @color_positive_action_active !important;}
|
||||
}
|
||||
|
||||
|
||||
.et2_file_span {background-size: 20px 20px; padding: 3px 5px 3px 10px; height: 16px; border: 2px solid transparent;}
|
||||
|
||||
div.progress {z-index: 1;}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user