forked from extern/egroupware
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;
|
||||
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 {
|
||||
background: none;
|
||||
border: none;
|
||||
|
@ -1099,6 +1099,12 @@
|
||||
height: 46px !important;
|
||||
}
|
||||
}
|
||||
span.et2_file_span:hover {
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
border: none;
|
||||
color: transparent;
|
||||
}
|
||||
/*Chosen*/
|
||||
.chzn-container {
|
||||
ul.chzn-choices {
|
||||
|
Loading…
Reference in New Issue
Block a user