Browse Source

ADD web_environment_ribbon - Minor improvement of transparency to allow top menu visibility

pull/1071/head
Daniel Dico 9 years ago
committed by Dennis Sluijk
parent
commit
ee82d7d9b3
  1. 2
      web_environment_ribbon/static/src/css/ribbon.css

2
web_environment_ribbon/static/src/css/ribbon.css

@ -16,7 +16,7 @@
z-index: 10000;
position: fixed;
box-shadow: 0 0 3px rgba(0,0,0,.3);
background: #e43;
background: rgba(255, 0, 0, .6);;
}
.test-ribbon b {

Loading…
Cancel
Save