Merge pull request #196 from ddico/submit-ribbon-transparency

IMP web_environment_ribbon - Minor improvement of transparency to all…
pull/201/head
Pedro M. Baeza 2015-08-06 01:58:48 +02:00
commit f85ee63217
1 changed files with 1 additions and 1 deletions

View File

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