Go back to old sidebar style
FossilOrigin-Name: 78d8b832a39f7e8eb77356dda3b58fc5a87f6fd92175e0cb3fb0df5a47555bd5
This commit is contained in:
parent
541556613d
commit
b20d906292
1 changed files with 4 additions and 3 deletions
7
dist/treebird.css
vendored
7
dist/treebird.css
vendored
|
@ -478,7 +478,7 @@ select:hover
|
|||
.sidebarbtn:hover
|
||||
{
|
||||
background: linear-gradient(#606060, #d3d3d3);
|
||||
box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.2);
|
||||
/* box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.2); */
|
||||
color: #fff;
|
||||
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
|
||||
cursor: pointer;
|
||||
|
@ -567,8 +567,9 @@ input[type=button], input[type=submit]
|
|||
.sidebarbtn, .sidebarbtn:visited
|
||||
{
|
||||
display: block;
|
||||
margin: 7px 0 7px 0;
|
||||
padding: 6px 18px;
|
||||
margin: 7px 8px;
|
||||
border-radius: 4px;
|
||||
padding: 6px 10px;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
color: #505050;
|
||||
|
|
Loading…
Reference in a new issue