EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

Design Improvement Bar #26

Closed mgrani closed 8 years ago

mgrani commented 8 years ago

I would suggest to make the default background color grey, with black text. That is neutral and more independent of the side. A 3d box around the bar would be great.

bar

Settings i used here:

-webkit-font-smoothing: antialiased; background-color: rgba(249, 249, 249, 0.980392); box-shadow: rgba(0, 0, 0, 0.258824) 0px 2px 5px 0px; box-sizing: border-box; color: rgb(51, 51, 51); display: block; font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;

schloett commented 8 years ago

Default color has been changed to some light grey, shadow has been added. We received suggestions for further improvements from designers and are currently integrating them.