Issue #2401573 by corbacho: Fix dropbutton color for IE9

8.0.x
webchick 2015-01-06 10:57:16 -08:00
parent 3e8ab5aba8
commit c42925bb25
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@
}
.js .form-actions .dropbutton-widget {
border-color: #1e5c90;
background-color: #0071b8;
background-image: -webkit-linear-gradient(top, #007bc6, #0071b8);
background-image: linear-gradient(to bottom, #007bc6, #0071b8);
text-shadow: 0 1px hsla(0, 0%, 0%, 0.5);