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
fca25a8e
Commit
fca25a8e
authored
Nov 22, 2019
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Decrease the label luminosity
parent
9a8e414a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
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
+3
-3
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
+4
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.css
View file @
fca25a8e
...
...
@@ -1161,7 +1161,7 @@ div[data-gadget-scope='header'] .ui-header ul {
}
}
.gadget-content
.ui-field-contain
>
label
{
color
:
#767676
;
color
:
hsl
(
0
,
0%
,
42%
)
;
}
.gadget-content
.required
>
.ui-field-contain
>
label
{
font-weight
:
bold
;
...
...
@@ -1357,7 +1357,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
}
}
.document_table
.ui-table-header
h1
{
color
:
#767676
;
color
:
hsl
(
0
,
0%
,
42%
)
;
flex
:
2
;
align-self
:
flex-end
;
}
...
...
@@ -1512,7 +1512,7 @@ div.invisible_header .document_table .ui-table-header {
.document_table
table
tbody
tr
td
:first-child
~
td
label
,
.document_table
table
tbody
tr
th
:first-child
~
td
label
{
pointer-events
:
none
;
color
:
#767676
;
color
:
hsl
(
0
,
0%
,
42%
)
;
}
.document_table
table
tbody
tr
td
:first-child
~
th
:not
(
:last-child
)
a
:not
(
:empty
)
:after
,
.document_table
table
tbody
tr
th
:first-child
~
th
:not
(
:last-child
)
a
:not
(
:empty
)
:after
,
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_nojqm_css.xml
View file @
fca25a8e
...
...
@@ -246,7 +246,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
979.636
53.41704.8345
</string>
</value>
<value>
<string>
979.636
66.23880.9881
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>
157443
1490.0
2
</float>
<float>
157443
2042.1
2
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/erp5css.less.txt
View file @
fca25a8e
...
...
@@ -19,6 +19,7 @@
// Foreground color to single-out items of interest
@coloraccent: @txtorange;
@colorlink: @txtblue;
@colorlabel: hsl(0, 0%, 42%);
@colortextboxforeground: @colorforeground;
@colortextboxplaceholder: @txtsubgrey;
...
...
@@ -1342,7 +1343,7 @@ div[data-gadget-scope='header'] .ui-header {
//Label
.ui-field-contain {
& > label {
color: @
grey
;
color: @
colorlabel
;
}
}
...
...
@@ -1596,7 +1597,7 @@ div[data-gadget-scope='erp5_searchfield'] {
h1 {
// XXX TODO Same color than label
color: @
grey
;
color: @
colorlabel
;
flex: 2;
align-self: flex-end;
...
...
@@ -1769,7 +1770,7 @@ div[data-gadget-scope='erp5_searchfield'] {
a, label {
pointer-events: none;
// Add contrast with the first column content
color: @
grey
;
color: @
colorlabel
;
}
&:not(:last-child) {
...
...
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