1,393
edits
m |
m |
||
Line 28: | Line 28: | ||
} | } | ||
. | .portlet { | ||
background: #7f7f7f; | background: #7f7f7f; | ||
background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); | background: -moz-linear-gradient(top, #7f7f7f 0%, #3a3a3a 100%); | ||
Line 37: | Line 37: | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 ); | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#3a3a3a',GradientType=0 ); | ||
background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); | background: linear-gradient(top, #7f7f7f 0%,#3a3a3a 100%); | ||
border-bottom: 2px solid rgba(0, 0, 0, 0.5); | |||
} | } | ||