diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index fef4833..21c341c 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -6,6 +6,25 @@ @import url(workspacebootstrap.min.css); +#SearchAndFilter { + background-color: #d0def0; + /* Mozilla Firefox */ +/* background-image: -moz-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ +/* /* Webkit (Safari/Chrome 10) */ + */ + /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DFEAF8), */ +/* color-stop(1, #d0def0)); */ +/* /* Webkit (Chrome 11+) */ + */ + /* background-image: -webkit-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ +/* /* W3C Markup, IE10 Release Preview */ + */ + /* background-image: linear-gradient(to bottom, #DFEAF8 0%, #d0def0 100%); */ +/* /* IE10 Consumer Preview */ + */ + /* background-image: -ms-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ +} + #VerticalPanelSearchAndFilter table { background: none repeat scroll 0 0 #D0DEF0; }