minor tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-12 09:06:05 +03:00
parent 827e5d4b7f
commit 16bed7b426

View File

@ -1038,14 +1038,14 @@ stretching in width... */
padding-right: 10px; padding-right: 10px;
box-sizing: border-box; box-sizing: border-box;
background: black; background: rgba(0, 0, 0, 0.6);
color: silver; color: silver;
text-shadow: text-shadow:
-1px -1px 1px rgba(255, 255, 255, 0.2), -1px -1px 1px rgba(255, 255, 255, 0.2),
1px 1px 2px rgba(0, 0, 0, 0.3); 1px 1px 2px rgba(0, 0, 0, 0.3);
opacity: 0.6; opacity: 0.9;
} }
.overlay-info>* { .overlay-info>* {
float: left; float: left;
@ -1075,7 +1075,6 @@ stretching in width... */
} }
.overlay-info.minimal { .overlay-info.minimal {
opacity: 0.9;
background: transparent; background: transparent;
//background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); //background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
//background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); //background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);