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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5
Commits
b6aa35ff
Commit
b6aa35ff
authored
Sep 06, 2019
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Set listbox line background opacity
To allow viewing the wallpaper
parent
a3773fa4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
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
+1
-1
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
+1
-1
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
b6aa35ff
...
@@ -1427,7 +1427,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
...
@@ -1427,7 +1427,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
animation
:
fadein
0.2s
ease-out
;
animation
:
fadein
0.2s
ease-out
;
}
}
.document_table
table
tbody
tr
:nth-child
(
even
)
{
.document_table
table
tbody
tr
:nth-child
(
even
)
{
background-color
:
#f2f2f2
;
background-color
:
rgba
(
230
,
230
,
230
,
0.65
)
;
}
}
.document_table
table
tbody
tr
:hover
,
.document_table
table
tbody
tr
:hover
,
.document_table
table
tbody
tr
:active
{
.document_table
table
tbody
tr
:active
{
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
b6aa35ff
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
serial
</string>
</key>
<key>
<string>
serial
</string>
</key>
<value>
<string>
97
6.13948.22130.494
</string>
</value>
<value>
<string>
97
8.16630.28355.65160
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
state
</string>
</key>
<key>
<string>
state
</string>
</key>
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
</tuple>
</tuple>
<state>
<state>
<tuple>
<tuple>
<float>
15
59827452.3
</float>
<float>
15
67764069.82
</float>
<string>
UTC
</string>
<string>
UTC
</string>
</tuple>
</tuple>
</state>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
b6aa35ff
...
@@ -1675,7 +1675,7 @@ div[data-gadget-scope='erp5_searchfield'] {
...
@@ -1675,7 +1675,7 @@ div[data-gadget-scope='erp5_searchfield'] {
tr {
tr {
&:nth-child(even) {
&:nth-child(even) {
background-color:
darken(@colorbackground,
5%);
background-color:
fade(darken(@colorbackground, 10%), 6
5%);
}
}
&:hover, &:active {
&:hover, &:active {
background-color: @colorblocklinkbackground
background-color: @colorblocklinkbackground
...
...
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