Commit 54a635a6 authored by Leo Iannacone's avatar Leo Iannacone

Improved sidebar button

parent 8a0ebad7
......@@ -2235,13 +2235,9 @@ div#subscription_list {
text-decoration: none;
font: 11px Arial, Helvetica, sans-serif;
padding: .2em 1em .275em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #101010 !important;
border: solid 1px #b7b7b7;
background: #fff;
......
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