Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Working Groups
AsciiDoc WG
asciidoc.org
Commits
5307f027
Verified
Commit
5307f027
authored
Apr 19, 2022
by
Dan Allen
Browse files
make border radius consistent on editor views
parent
a6061a0c
Pipeline
#3463
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pages/assets/css/_base.css
View file @
5307f027
...
...
@@ -1699,8 +1699,7 @@ section.docs a:hover {
.listingblock.editor
{
margin-bottom
:
1rem
;
background-color
:
#1e293b
;
border-bottom-left-radius
:
0.65rem
;
border-bottom-right-radius
:
0.65rem
;
border-radius
:
0
0
5px
5px
;
padding-bottom
:
0.65em
;
padding-top
:
0.62em
;
}
...
...
@@ -1730,6 +1729,10 @@ section.docs a:hover {
margin
:
0
;
}
.editor-content
.tabs
{
border-radius
:
0
5px
0
0
;
}
.to
.editor-content
.tabset
>
.tabs
{
background-color
:
#1e293b
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment