Commit ac689f8aa35cc06832d553a60d8f5a5050381d77

Authored by dfyx
1 parent c5a48a6a

Add missing header gradient for Opera

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/assets/stylesheets/top_panel.scss
... ... @@ -58,6 +58,7 @@ body header {
58 58 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EAEAEA'); /* for IE */
59 59 background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EAEAEA)); /* for webkit browsers */
60 60 background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA); /* for firefox 3.6+ */
  61 + background: -o-linear-gradient(top, #FFFFFF, #EAEAEA); /* for firefox 3.6+ */
61 62 border-bottom: 1px solid #ccc;
62 63  
63 64 height:50px;
... ...