application/css/editing.scss in spontaneous-0.1.0.alpha1 vs application/css/editing.scss in spontaneous-0.2.0.alpha1
- old
+ new
@@ -23,13 +23,14 @@
@include box-align(horizontal);
padding: $unit;
}
.editing-toolbar {
+ @include rounded($radius $radius 0 0);
// background-color: $editing-1;
// background: $editing-1 url(/@spontaneous/static/editing-1-noise.png) 0 0 repeat;
- background-color: rgba(0, 0, 0, 0.3);
+ background-color: rgba(0, 0, 0, 0.2);
padding: $unit/2 $unit*2;
.indent {
// background: url(/@spontaneous/static/editing-toolbar-shadow-top.png) 0 0 repeat-x;
position: absolute;
@@ -60,12 +61,16 @@
.save, .cancel {
display: block;
width: 128px;
}
}
- &.bottom .buttons {
- // padding-bottom: $unit/2;
- padding-top: 0;
+ &.bottom {
+ @include rounded( 0 0 $radius $radius);
+
+ .buttons {
+ // padding-bottom: $unit/2;
+ padding-top: 0;
+ }
}
}
.field-group-bg {
@include rounded;
// background-color: #6b6b6b;