Commit 6d1cbcc1 authored by Leo Iannacone's avatar Leo Iannacone

better style on packages list

parent 53b0d442
...@@ -140,7 +140,17 @@ footer .info { ...@@ -140,7 +140,17 @@ footer .info {
#packages li .icon { #packages li .icon {
float: right; 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 { #packages li a {
...@@ -152,9 +162,10 @@ footer .info { ...@@ -152,9 +162,10 @@ footer .info {
} }
#packages li:not( .active) a { #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); background-color: rgba(0, 0, 0, 0.05);
border-color: rgba(255,255,255, 0.76); border-color: rgba(255,255,255, 0.76);
overflow: hidden;
} }
#packages li:not( .active) a:hover { #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