Added an inset shadow to .file

This commit is contained in:
dev
2013-12-28 17:19:57 +00:00
parent 1f013bd8d8
commit d6704618a0

View File

@@ -244,6 +244,7 @@ div#content .inner td.blue {
padding: 5px;
background-color: rgba(255,255,255,0.6);
border-radius: 3px;
box-shadow: -1px -1px 1px 1px rgb(51, 51, 51) inset;
}
.warning {