Skip to content
Snippets Groups Projects
Unverified Commit daf44eae authored by Anca Luca's avatar Anca Luca Committed by GitHub
Browse files

XWIKI-21108: "Border" of the page content area in edit mode is not of the same...

XWIKI-21108: "Border" of the page content area in edit mode is not of the same color as in view mode (#2244)

* Reset the color of the border of the content area in edit mode to xwiki-border-color instead of input-border
parent e41d2e5a
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@
#xwikieditor .main {
background-color: @xwiki-page-content-bg;
box-shadow: 0 1px 2px @input-border;
box-shadow: 0 1px 2px @xwiki-border-color;
}
#xwikieditcontent .main {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment