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
Thomas Gambier
erp5
Commits
9a8e414a
Commit
9a8e414a
authored
Nov 22, 2019
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Add a box shadow on the page submit button
parent
080305b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
+4
-0
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
...emplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
...teItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
+5
-0
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
9a8e414a
...
...
@@ -1013,7 +1013,9 @@ div[data-gadget-scope='header'] .ui-header ul {
border-radius
:
0.325em
;
border-width
:
1px
;
border-style
:
solid
;
border-color
:
#FF6600
;
min-width
:
8em
;
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
text-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.2
);
}
.gadget-content
input
[
type
=
'submit'
]
:hover
,
...
...
@@ -1032,7 +1034,9 @@ div[data-gadget-scope='header'] .ui-header ul {
border-radius
:
0.325em
;
border-width
:
1px
;
border-style
:
solid
;
border-color
:
#767676
;
min-width
:
8em
;
box-shadow
:
0
2px
4px
rgba
(
0
,
0
,
0
,
0.2
);
}
.gadget-content
button
[
name
=
'action_update'
]
:hover
,
.gadget-content
button
[
name
=
'action_update'
]
:focus
{
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
9a8e414a
...
...
@@ -246,7 +246,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
979.636
43.1243.63317
</string>
</value>
<value>
<string>
979.636
53.41704.8345
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>
1574431
058.05
</float>
<float>
1574431
490.02
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
9a8e414a
...
...
@@ -109,6 +109,8 @@
@invalid-border: @border-size @border-type @coloraccent;
@invalid-box-shadow: 0 0 @double-margin-size @coloraccent;
@button-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
@foreground-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
@quarter-margin-size: 1.5pt;
...
...
@@ -1167,9 +1169,12 @@ div[data-gadget-scope='header'] .ui-header {
border-radius: @radius;
border-width: 1px;
border-style: solid;
border-color: @backgroundcolor;
min-width: 8em;
box-shadow: @button-box-shadow;
&:hover, &:focus {
background-color: lighten(@backgroundcolor, 10%);
}
...
...
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