Skip to content

Commit

Permalink
Minor source code update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Apr 22, 2024
1 parent efd34af commit 3d6d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/classic/zebra_dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ a.ZebraDialog_Close {
background-image: linear-gradient(to bottom,#08c,#04c);
background-repeat: repeat-x;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF0088CC", endColorstr="#FF0044CC", GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.ZebraDialog_Buttons a:hover {
Expand Down

0 comments on commit 3d6d1d0

Please sign in to comment.