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 {
border-style: solid;
border-bottom-style: none;
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 {
font-family: FontAwesome;
......@@ -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 {
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt;
max-width: 6em;
white-space: nowrap;
......@@ -1373,6 +1375,7 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
padding: 3pt;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt;
}
.document_table .ui-table-header button:last-of-type {
......@@ -1437,6 +1440,7 @@ div.invisible_header .document_table .ui-table-header {
}
.document_table table tbody {
animation: fadein 0.2s ease-out;
background-color: #FFFFFF;
}
.document_table table tbody tr:nth-child(even) {
background-color: rgba(230, 230, 230, 0.65);
......@@ -1540,6 +1544,7 @@ div.invisible_header .document_table .ui-table-header {
padding: 6pt;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em;
background-color: #FFFFFF;
margin-right: 6pt;
}
.document_table nav a::before {
......@@ -1765,6 +1770,7 @@ div[data-gadget-scope='maximize'] button {
padding: 6pt;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em;
background-color: #FFFFFF;
}
div[data-gadget-scope='maximize'] button::before {
margin-right: 6pt;
......@@ -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-radius: 0.325em;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
background-color: #FFFFFF;
}
@media not screen and (min-width: 45em) {
div[data-gadget-url$="gadget_erp5_page_front.html"] > ul > li {
......
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>979.63666.23880.9881</string> </value>
<value> <string>979.63704.30155.63556</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1574432042.12</float>
<float>1574438678.87</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -369,6 +369,7 @@ a {
padding: @margin-size;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @border-radius;
background-color: @colorbackground;
&::before{
margin-right: @margin-size;
}
......@@ -1276,6 +1277,7 @@ div[data-gadget-scope='header'] .ui-header {
border-style: solid;
border-bottom-style: none;
box-shadow: 0 1px 3px rgba(0,0,0,.15);
background-color: @colorbackground;
&:not(.ui-li-has-count) {
a {
......@@ -1572,6 +1574,7 @@ div[data-gadget-scope='erp5_searchfield'] {
// padding: @half-margin-size;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @radius;
background-color: @colorbackground;
margin-right: @margin-size;
max-width: 6em;
......@@ -1617,6 +1620,7 @@ div[data-gadget-scope='erp5_searchfield'] {
padding: @half-margin-size;
border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @radius;
background-color: @colorbackground;
margin-right: @margin-size;
&:last-of-type {
......@@ -1690,6 +1694,7 @@ div[data-gadget-scope='erp5_searchfield'] {
tbody {
animation: fadein @transition-timing;
background-color: @colorbackground;
tr {
&:nth-child(even) {
......@@ -2072,6 +2077,7 @@ div[data-gadget-url$="gadget_erp5_page_front.html"] {
border: @border;
border-radius: @border-radius;
box-shadow: 2px 2px 2px rgba(0,0,0,.15);
background-color: @colorbackground;
h2 {
font-weight: @header-font-weight;
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