Styles for application list

This commit is contained in:
Sarven Capadisli
2010-01-12 02:04:20 +00:00
parent aaa2dd2712
commit f3c732587c
3 changed files with 19 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ color:#002FA7;
.notice,
.profile,
.application,
#content tbody tr {
border-top-color:#C8D1D5;
}
@@ -378,6 +379,7 @@ box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
-webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
}
#content .notices li:hover,
#content .applications li:hover,
#content tbody tr:hover {
background-color:rgba(240, 240, 240, 0.2);
}