mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Minor fix for the ProseMirror-menubar
This commit is contained in:
parent
63264d79ce
commit
6b5462897e
@ -71,3 +71,4 @@ HumHub Changelog
|
||||
- Enh #6411: Make invite by link from a space work for registered users
|
||||
- Enh #6409: Redirect to the invited space after registration
|
||||
- Enh #6386: Fix absolute base URL in console commands
|
||||
- Fix #79: Fix Headline HelpText Style
|
||||
|
@ -114,12 +114,17 @@ textarea.placeholder {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.hint-block, .help-block:not(.help-block-error) {
|
||||
.help-block:not(.help-block-error) {
|
||||
color: @text-color-soft;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.hint-block {
|
||||
color: @text-color-soft2 !important;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.hint-block:hover, .help-block:not(.help-block-error):hover {
|
||||
.hint-block:hover {
|
||||
color: @text-color-secondary !important;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -309,12 +309,12 @@
|
||||
border-top-right-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
color: @text-color-soft;
|
||||
display: table;
|
||||
float: left;
|
||||
margin-top: -27px;
|
||||
min-height: 1em;
|
||||
overflow: visible;
|
||||
padding: 2px 0;
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user