Commit cbd30b8e authored by Randall Leeds's avatar Randall Leeds

Small simplification of toolbar button CSS

parent 89191914
...@@ -158,36 +158,27 @@ $base-font-size: 14px; ...@@ -158,36 +158,27 @@ $base-font-size: 14px;
} }
.annotator-frame .annotator-toolbar li { .annotator-frame .annotator-toolbar li {
@include smallshadow;
background: $white;
border: solid 1px $gray-lighter;
border-radius: 4px;
left: 0;
font-size: 18px; font-size: 18px;
margin-top: 5px; margin-bottom: 5px;
overflow: hidden;
position: relative;
height: 30px;
width: 30px;
&:first-child { &:first-child button {
@include box-shadow(none); @include box-shadow(none);
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
border-right-style: none; border-right-style: none;
margin-top: 0;
padding-right: 6px; padding-right: 6px;
width: 36px; width: 36px;
z-index: 1;
} }
button { button {
@include single-transition(background-color, .25s, .25s); @include single-transition(background-color, .25s, .25s);
@include smallshadow;
background: $white; background: $white;
border: none; border: solid 1px $gray-lighter;
border-radius: 4px;
color: $gray-light; color: $gray-light;
text-decoration: none; text-decoration: none;
height: 28px; height: 30px;
width: 28px; width: 30px;
padding: 0; padding: 0;
} }
......
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