Redo highlight color

This commit is contained in:
Jordan Bates 2013-08-23 10:09:56 -07:00
parent fafc46952f
commit 1cb46eef80
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1106,6 +1106,7 @@ a:only-of-type > .remove {
<%= flex %>-direction: column; <%= flex %>-direction: column;
<%= align %>-items: stretch; <%= align %>-items: stretch;
text-align: center; text-align: center;
background: rgba(0,0,0,.5);
} }
.gal-thumbnails img { .gal-thumbnails img {
max-width: 125px; max-width: 125px;
@ -1117,11 +1118,10 @@ a:only-of-type > .remove {
<%= flex %>: 0 0 auto; <%= flex %>: 0 0 auto;
padding: 3px; padding: 3px;
line-height: 0; line-height: 0;
transition: background .3s linear; transition: background .2s linear;
background: rgba(0,0,0,.5);
} }
.gal-highlight { .gal-highlight {
background: rgb(190, 190, 255); background: rgba(0, 190, 255,.8);
} }
.gal-prev { .gal-prev {
order: 0; order: 0;