DocumentServer/OfficeWeb/apps/spreadsheeteditor/main/resources/css/header.css
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

11 lines
641 B
CSS

.common-header {
color: #dfe6cc;
background: #798d45;
background: -moz-linear-gradient(top, #a2bd5e 0%, #798d45 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2bd5e), color-stop(100%,#798d45));
background: -webkit-linear-gradient(top, #a2bd5e 0%,#798d45 100%);
background: -o-linear-gradient(top, #a2bd5e 0%,#798d45 100%);
background: -ms-linear-gradient(top, #a2bd5e 0%,#798d45 100%);
background: linear-gradient(to bottom, #a2bd5e 0%,#798d45 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2bd5e', endColorstr='#798d45',GradientType=0 );
}