Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
e17a41e5
Commit
e17a41e5
authored
Apr 16, 2024
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_json_editor: Minor update on the buttons
parent
273c120a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_json_editor/SkinTemplateItem/portal_skins/erp5_json_editor/json-editor.gadget.css.css
.../portal_skins/erp5_json_editor/json-editor.gadget.css.css
+2
-2
bt5/erp5_json_editor/SkinTemplateItem/portal_skins/erp5_json_editor/json-editor.gadget.less.txt
...portal_skins/erp5_json_editor/json-editor.gadget.less.txt
+2
-2
No files found.
bt5/erp5_json_editor/SkinTemplateItem/portal_skins/erp5_json_editor/json-editor.gadget.css.css
View file @
e17a41e5
...
@@ -61,13 +61,13 @@ div.json-editor-container .je-switcher {
...
@@ -61,13 +61,13 @@ div.json-editor-container .je-switcher {
div
.json-editor-container
.btn
{
div
.json-editor-container
.btn
{
vertical-align
:
middle
;
vertical-align
:
middle
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
padding
:
0.25rem
0.5rem
;
padding
:
2pt
5pt
3pt
5pt
;
flex
:
1
1
auto
;
flex
:
1
1
auto
;
color
:
#fff
;
color
:
#fff
;
background-color
:
#6c757d
;
background-color
:
#6c757d
;
border-color
:
#6c757d
;
border-color
:
#6c757d
;
font-size
:
0.875rem
;
font-size
:
0.875rem
;
border-radius
:
0.
2
rem
;
border-radius
:
0.
325
rem
;
}
}
div
.json-editor-container
.btn
:hover
{
div
.json-editor-container
.btn
:hover
{
color
:
#fff
;
color
:
#fff
;
...
...
bt5/erp5_json_editor/SkinTemplateItem/portal_skins/erp5_json_editor/json-editor.gadget.less.txt
View file @
e17a41e5
...
@@ -70,13 +70,13 @@ div.json-editor-container {
...
@@ -70,13 +70,13 @@ div.json-editor-container {
& .btn {
& .btn {
vertical-align: middle;
vertical-align: middle;
border: 1px solid transparent;
border: 1px solid transparent;
padding:
0.25rem 0.5rem
;
padding:
2pt 5pt 3pt 5pt
;
flex: 1 1 auto;
flex: 1 1 auto;
color: #fff;
color: #fff;
background-color: #6c757d;
background-color: #6c757d;
border-color: #6c757d;
border-color: #6c757d;
font-size: .875rem;
font-size: .875rem;
border-radius: 0.
2
rem;
border-radius: 0.
325
rem;
}
}
& .btn:hover {
& .btn:hover {
...
...
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