Commit 4f288d95 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Add white background to more elements

parent fca25a8e
Pipeline #6763 passed with stage
in 0 seconds
...@@ -1109,6 +1109,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1109,6 +1109,7 @@ div[data-gadget-scope='header'] .ui-header ul {
border-style: solid; border-style: solid;
border-bottom-style: none; border-bottom-style: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
background-color: #FFFFFF;
} }
.gadget-content ul.document-listview li:not(.ui-li-has-count) a:after { .gadget-content ul.document-listview li:not(.ui-li-has-count) a:after {
font-family: FontAwesome; font-family: FontAwesome;
...@@ -1338,6 +1339,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value { ...@@ -1338,6 +1339,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value {
div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em; border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt; margin-right: 6pt;
max-width: 6em; max-width: 6em;
white-space: nowrap; white-space: nowrap;
...@@ -1373,6 +1375,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { ...@@ -1373,6 +1375,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
padding: 3pt; padding: 3pt;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em; border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt; margin-right: 6pt;
} }
.document_table .ui-table-header button:last-of-type { .document_table .ui-table-header button:last-of-type {
...@@ -1437,6 +1440,7 @@ div.invisible_header .document_table .ui-table-header { ...@@ -1437,6 +1440,7 @@ div.invisible_header .document_table .ui-table-header {
} }
.document_table table tbody { .document_table table tbody {
animation: fadein 0.2s ease-out; animation: fadein 0.2s ease-out;
background-color: #FFFFFF;
} }
.document_table table tbody tr:nth-child(even) { .document_table table tbody tr:nth-child(even) {
background-color: rgba(230, 230, 230, 0.65); background-color: rgba(230, 230, 230, 0.65);
...@@ -1540,6 +1544,7 @@ div.invisible_header .document_table .ui-table-header { ...@@ -1540,6 +1544,7 @@ div.invisible_header .document_table .ui-table-header {
padding: 6pt; padding: 6pt;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em; border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt; margin-right: 6pt;
} }
.document_table nav a::before { .document_table nav a::before {
...@@ -1765,6 +1770,7 @@ div[data-gadget-scope='maximize'] button { ...@@ -1765,6 +1770,7 @@ div[data-gadget-scope='maximize'] button {
padding: 6pt; padding: 6pt;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em; border-radius: 0.325em;
background-color: #FFFFFF;
} }
div[data-gadget-scope='maximize'] button::before { div[data-gadget-scope='maximize'] button::before {
margin-right: 6pt; margin-right: 6pt;
...@@ -1799,6 +1805,7 @@ div[data-gadget-url$="gadget_erp5_page_front.html"] > ul > li { ...@@ -1799,6 +1805,7 @@ div[data-gadget-url$="gadget_erp5_page_front.html"] > ul > li {
border: 1px solid rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 0.325em; border-radius: 0.325em;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
background-color: #FFFFFF;
} }
@media not screen and (min-width: 45em) { @media not screen and (min-width: 45em) {
div[data-gadget-url$="gadget_erp5_page_front.html"] > ul > li { div[data-gadget-url$="gadget_erp5_page_front.html"] > ul > li {
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>979.63666.23880.9881</string> </value> <value> <string>979.63704.30155.63556</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1574432042.12</float> <float>1574438678.87</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -369,6 +369,7 @@ a { ...@@ -369,6 +369,7 @@ a {
padding: @margin-size; padding: @margin-size;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @border-radius; border-radius: @border-radius;
background-color: @colorbackground;
&::before{ &::before{
margin-right: @margin-size; margin-right: @margin-size;
} }
...@@ -1276,6 +1277,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1276,6 +1277,7 @@ div[data-gadget-scope='header'] .ui-header {
border-style: solid; border-style: solid;
border-bottom-style: none; border-bottom-style: none;
box-shadow: 0 1px 3px rgba(0,0,0,.15); box-shadow: 0 1px 3px rgba(0,0,0,.15);
background-color: @colorbackground;
&:not(.ui-li-has-count) { &:not(.ui-li-has-count) {
a { a {
...@@ -1572,6 +1574,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1572,6 +1574,7 @@ div[data-gadget-scope='erp5_searchfield'] {
// padding: @half-margin-size; // padding: @half-margin-size;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @radius; border-radius: @radius;
background-color: @colorbackground;
margin-right: @margin-size; margin-right: @margin-size;
max-width: 6em; max-width: 6em;
...@@ -1617,6 +1620,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1617,6 +1620,7 @@ div[data-gadget-scope='erp5_searchfield'] {
padding: @half-margin-size; padding: @half-margin-size;
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @radius; border-radius: @radius;
background-color: @colorbackground;
margin-right: @margin-size; margin-right: @margin-size;
&:last-of-type { &:last-of-type {
...@@ -1690,6 +1694,7 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1690,6 +1694,7 @@ div[data-gadget-scope='erp5_searchfield'] {
tbody { tbody {
animation: fadein @transition-timing; animation: fadein @transition-timing;
background-color: @colorbackground;
tr { tr {
&:nth-child(even) { &:nth-child(even) {
...@@ -2072,6 +2077,7 @@ div[data-gadget-url$="gadget_erp5_page_front.html"] { ...@@ -2072,6 +2077,7 @@ div[data-gadget-url$="gadget_erp5_page_front.html"] {
border: @border; border: @border;
border-radius: @border-radius; border-radius: @border-radius;
box-shadow: 2px 2px 2px rgba(0,0,0,.15); box-shadow: 2px 2px 2px rgba(0,0,0,.15);
background-color: @colorbackground;
h2 { h2 {
font-weight: @header-font-weight; font-weight: @header-font-weight;
background: @colorheaderbackground; background: @colorheaderbackground;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment