Commit 1c78c325 authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/sbuild' into sbuild

parents 9919f935 6d1cbcc1
......@@ -140,7 +140,17 @@ footer .info {
#packages li .icon {
float: right;
margin-top: -3px;
padding: 10px;
margin: -13px -17px;
}
#packages li:not( .active) .icon {
float: right;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
background: rgba(111, 122, 123, 0.3);
border-radius: 17px 0 0 17px;
box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3) inset;
}
#packages li a {
......@@ -152,9 +162,10 @@ footer .info {
}
#packages li:not( .active) a {
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset;
box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2) inset;
background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(255,255,255, 0.76);
overflow: hidden;
}
#packages li:not( .active) a:hover {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment