fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Styling node pane meta attribute widget
[fnpeditor.git]
/
modules
/
indicator
/
indicator.less
diff --git
a/modules/indicator/indicator.less
b/modules/indicator/indicator.less
index
128e775
..
48f6e3b
100644
(file)
--- a/
modules/indicator/indicator.less
+++ b/
modules/indicator/indicator.less
@@
-1,9
+1,14
@@
-.rng-module-indicator {
\r
- span {
\r
- font-weight: bold;
\r
- background: #f9edbe;
\r
- padding: 2px 5px;
\r
- border: solid 1px #f6e39c;
\r
- font-size:12px;
\r
- }
\r
+.rng-module-indicator {
+ span {
+ font-weight: bold;
+ background: #f9edbe;
+ padding: 2px 5px;
+ border: solid 1px #f6e39c;
+ font-size:12px;
+ }
+
+ span.success {
+ background: #cef9be;
+ border-color: darken(#cef9be, 10%);
+ }
}
\ No newline at end of file
}
\ No newline at end of file