Remove hover effect from file upload button

This commit is contained in:
Hadi Nategh 2016-06-20 16:52:46 +02:00
parent 4625915f11
commit c90c55708f
2 changed files with 12 additions and 0 deletions

View File

@ -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;

View File

@ -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 {