mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Filemanager: Remove special formatting on account search button
This commit is contained in:
parent
672fba6444
commit
0058b29d49
@ -267,37 +267,10 @@ div#filemanager-file_tabs {
|
|||||||
}
|
}
|
||||||
div#filemanager-file_tabs span.ui-icon-search {
|
div#filemanager-file_tabs span.ui-icon-search {
|
||||||
/*.background_color_10_gray;*/
|
/*.background_color_10_gray;*/
|
||||||
-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
background-position: 3px;
|
||||||
div#filemanager-file_tabs span.ui-icon-search:hover {
|
|
||||||
/*.background_color_20_gray;*/
|
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
div#filemanager-file_tabs span.ui-icon-search:active {
|
|
||||||
/*.background_color_30_gray;*/
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
background-color: #b3e4a6;
|
|
||||||
}
|
}
|
||||||
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
div#filemanager-file_tabs #filemanager-file_filemanager-file-eacl {
|
||||||
/*Owner*/
|
/*Owner*/
|
||||||
|
@ -71,9 +71,7 @@ div#filemanager-file_tabs {
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
background-position: 3px;
|
||||||
&:hover {.Complete_Button_Icon_hover;}
|
|
||||||
&:active {.Complete_Button_Icon_active;}
|
|
||||||
}
|
}
|
||||||
/*eacl*/
|
/*eacl*/
|
||||||
#filemanager-file_filemanager-file-eacl {
|
#filemanager-file_filemanager-file-eacl {
|
||||||
|
Loading…
Reference in New Issue
Block a user