fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: tweaking canvas appearance - removing various indentations
[fnpeditor.git]
/
src
/
editor
/
modules
/
mainBar
/
mainBar.less
diff --git
a/src/editor/modules/mainBar/mainBar.less
b/src/editor/modules/mainBar/mainBar.less
index
32f18ec
..
8fb99a5
100644
(file)
--- a/
src/editor/modules/mainBar/mainBar.less
+++ b/
src/editor/modules/mainBar/mainBar.less
@@
-30,4
+30,13
@@
.bottom {
margin-top: 8px;
}
+
+ a.disabled {
+ color: @gray;
+
+ &:hover {
+ text-decoration: none;
+ cursor: default;
+ }
+ }
}
\ No newline at end of file