Add visual feedback that properties have changed from default
This commit is contained in:
parent
6ae8f8d970
commit
ace42bcf2e
2 changed files with 64 additions and 12 deletions
|
|
@ -15,6 +15,8 @@
|
|||
@darkened-primary-color: darken(@global-primary-background, 15%);
|
||||
@inverse-global-color: fade(@global-inverse-color, 80%);
|
||||
|
||||
@very-light-primary-color: lighten(@global-primary-background, 40%);
|
||||
|
||||
@global-border: #d5d5d5;
|
||||
|
||||
// UIkit
|
||||
|
|
@ -265,6 +267,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Text
|
||||
*/
|
||||
|
||||
// A text label for an input control that is highlighted
|
||||
.ofm-highlighted-label {
|
||||
color: @darkened-primary-color;
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
.hook-inverse() {
|
||||
.ofm-highlighted-label{
|
||||
color: @very-light-primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue