mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Improve default property styling #92
This commit is contained in:
+27
-1
@@ -132,5 +132,31 @@
|
|||||||
|
|
||||||
// PROPERTY
|
// PROPERTY
|
||||||
.maputnik-default-property {
|
.maputnik-default-property {
|
||||||
opacity: 0.4;
|
.maputnik-input-block-label {
|
||||||
|
color: darken($color-lowgray, 25%);
|
||||||
|
}
|
||||||
|
.maputnik-string,
|
||||||
|
.maputnik-number,
|
||||||
|
.maputnik-color,
|
||||||
|
.maputnik-select,
|
||||||
|
.maputnik-checkbox-wrapper {
|
||||||
|
background-color: darken($color-gray, 2%);
|
||||||
|
color: darken($color-lowgray, 25%);
|
||||||
|
}
|
||||||
|
.maputnik-make-zoom-function svg {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
.maputnik-multibutton .maputnik-button {
|
||||||
|
background-color: darken($color-midgray, 10%);
|
||||||
|
color: darken($color-lowgray, 25%);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: lighten($color-midgray, 12);
|
||||||
|
color: $color-white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.maputnik-multibutton .maputnik-button-selected {
|
||||||
|
background-color: darken($color-midgray, 2%);
|
||||||
|
color: $color-lowgray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user