mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Remove hover effect from file upload button
This commit is contained in:
parent
4625915f11
commit
c90c55708f
@ -7973,6 +7973,12 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
width: 46px;
|
width: 46px;
|
||||||
height: 46px !important;
|
height: 46px !important;
|
||||||
}
|
}
|
||||||
|
body span.et2_file_span:hover {
|
||||||
|
background: transparent !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
body .chzn-container ul.chzn-choices {
|
body .chzn-container ul.chzn-choices {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -1099,6 +1099,12 @@
|
|||||||
height: 46px !important;
|
height: 46px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
span.et2_file_span:hover {
|
||||||
|
background: transparent !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
/*Chosen*/
|
/*Chosen*/
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
ul.chzn-choices {
|
ul.chzn-choices {
|
||||||
|
Loading…
Reference in New Issue
Block a user