fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix weird selection after delete
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentHistory
/
documentHistory.less
diff --git
a/src/editor/modules/documentHistory/documentHistory.less
b/src/editor/modules/documentHistory/documentHistory.less
index
608c9df
..
0f43f1f
100644
(file)
--- a/
src/editor/modules/documentHistory/documentHistory.less
+++ b/
src/editor/modules/documentHistory/documentHistory.less
@@
-11,15
+11,19
@@
font-weight: bold;
}
font-weight: bold;
}
- .date, .author, .description {
+ .date, .author, .description
, .publishable
{
margin: 5px 10px 0 40px;
}
margin: 5px 10px 0 40px;
}
- .description {
+ .description
, .publishable
{
font-size: .9em;
}
}
font-size: .9em;
}
}
-
+
+ .item.publishable {
+ font-weight: bold;
+ }
+
.item.highlighted {
background: #ffec63;
}
.item.highlighted {
background: #ffec63;
}