Commit 9baa6ebf authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Drop prefixes

parent 40957e1e
...@@ -281,8 +281,6 @@ textarea { ...@@ -281,8 +281,6 @@ textarea {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
outline-offset: 0; outline-offset: 0;
} }
...@@ -301,8 +299,6 @@ textarea:focus { ...@@ -301,8 +299,6 @@ textarea:focus {
} }
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=color]):focus, input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=color]):focus,
textarea:focus { textarea:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc; box-shadow: 0 0 12px #3388cc;
} }
select { select {
...@@ -318,8 +314,6 @@ select { ...@@ -318,8 +314,6 @@ select {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
outline-offset: 0; outline-offset: 0;
} }
...@@ -327,12 +321,7 @@ select:hover, ...@@ -327,12 +321,7 @@ select:hover,
select:active, select:active,
select:focus { select:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5)); background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
} }
textarea { textarea {
height: 15em; height: 15em;
...@@ -561,12 +550,7 @@ div[data-gadget-scope='header'] .ui-header a:hover, ...@@ -561,12 +550,7 @@ div[data-gadget-scope='header'] .ui-header a:hover,
div[data-gadget-scope='header'] .ui-header button:active, div[data-gadget-scope='header'] .ui-header button:active,
div[data-gadget-scope='header'] .ui-header a:active { div[data-gadget-scope='header'] .ui-header a:active {
background-color: #085078; background-color: #085078;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85D8CE), to(#0E81C2)); background-image: linear-gradient(#0E81C2, #85D8CE);
background: -webkit-linear-gradient(bottom, #85D8CE, #0E81C2);
background: linear-gradient(bottom, #85D8CE, #0E81C2);
background: -moz-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -o-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -ms-linear-gradient(bottom, #85D8CE, #0E81C2);
} }
div[data-gadget-scope='header'] .ui-header > .ui-btn-left button, div[data-gadget-scope='header'] .ui-header > .ui-btn-left button,
div[data-gadget-scope='header'] .ui-header > .ui-btn-left a { div[data-gadget-scope='header'] .ui-header > .ui-btn-left a {
...@@ -633,8 +617,6 @@ div[data-gadget-scope='header'] .ui-header h1 { ...@@ -633,8 +617,6 @@ div[data-gadget-scope='header'] .ui-header h1 {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
} }
div[data-gadget-scope='header'] .ui-header h1 > span { div[data-gadget-scope='header'] .ui-header h1 > span {
padding-left: 4em; padding-left: 4em;
...@@ -650,8 +632,6 @@ div[data-gadget-scope='header'] .ui-header h1 a { ...@@ -650,8 +632,6 @@ div[data-gadget-scope='header'] .ui-header h1 a {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
} }
div[data-gadget-scope='header'] .ui-header h1 a::before { div[data-gadget-scope='header'] .ui-header h1 a::before {
display: inline-block; display: inline-block;
...@@ -779,16 +759,9 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -779,16 +759,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content ul.document-listview li a:active, .gadget-content ul.document-listview li a:active,
.gadget-content ul.document-listview li a:focus { .gadget-content ul.document-listview li a:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5)); background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
} }
.gadget-content ul.document-listview li a:focus { .gadget-content ul.document-listview li a:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc; box-shadow: 0 0 12px #3388cc;
} }
.gadget-content ul.document-listview li:first-child { .gadget-content ul.document-listview li:first-child {
...@@ -1041,22 +1014,6 @@ div[data-gadget-scope='erp5_searchfield'] button { ...@@ -1041,22 +1014,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
/********************************************** /**********************************************
* Keyframes * Keyframes
**********************************************/ **********************************************/
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin { @keyframes spin {
from { from {
transform: rotate(0deg); transform: rotate(0deg);
...@@ -1090,8 +1047,6 @@ div[data-gadget-scope='erp5_searchfield'] button { ...@@ -1090,8 +1047,6 @@ div[data-gadget-scope='erp5_searchfield'] button {
} }
.ui-icon-spinner::before { .ui-icon-spinner::before {
content: "\f110"; content: "\f110";
-webkit-animation: spin .5s infinite linear;
-moz-animation: spin .5s infinite linear;
animation: spin .5s infinite linear; animation: spin .5s infinite linear;
} }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.26052.1948.19029</string> </value> <value> <string>952.27049.47586.45516</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1467907631.75</float> <float>1467967442.23</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -324,8 +324,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) ...@@ -324,8 +324,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2); box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
outline-offset: 0; outline-offset: 0;
...@@ -342,8 +340,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) ...@@ -342,8 +340,6 @@ input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])
outline-offset: 0; outline-offset: 0;
} }
&:focus { &:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc; box-shadow: 0 0 12px #3388cc;
} }
} }
...@@ -364,20 +360,13 @@ select { ...@@ -364,20 +360,13 @@ select {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: rgba(0, 0, 0, 0.3); border-color: rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2); box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
outline-offset: 0; outline-offset: 0;
&:hover, &:active, &:focus { &:hover, &:active, &:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5)); background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
} }
} }
...@@ -650,12 +639,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -650,12 +639,7 @@ div[data-gadget-scope='header'] .ui-header {
button, a { button, a {
&:hover, &:active { &:hover, &:active {
background-color: @colorheaderbackground; background-color: @colorheaderbackground;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#85D8CE), to(#0E81C2)); background-image: linear-gradient(#0E81C2, #85D8CE);
background: -webkit-linear-gradient(bottom, #85D8CE, #0E81C2);
background: linear-gradient(bottom, #85D8CE, #0E81C2);
background: -moz-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -o-linear-gradient(bottom, #85D8CE, #0E81C2);
background: -ms-linear-gradient(bottom, #85D8CE, #0E81C2);
} }
} }
...@@ -734,8 +718,6 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -734,8 +718,6 @@ div[data-gadget-scope='header'] .ui-header {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
// Title which is not a link // Title which is not a link
& > span { & > span {
...@@ -753,8 +735,6 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -753,8 +735,6 @@ div[data-gadget-scope='header'] .ui-header {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
&::before { &::before {
display: inline-block; display: inline-block;
...@@ -907,16 +887,9 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -907,16 +887,9 @@ div[data-gadget-scope='header'] .ui-header {
} }
&:hover, &:active, &:focus { &:hover, &:active, &:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#f5f5f5)); background: linear-gradient(#f5f5f5, #eeeeee);
background: -webkit-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -moz-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -o-linear-gradient(bottom, #eeeeee, #f5f5f5);
background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
} }
&:focus { &:focus {
-webkit-box-shadow: 0 0 12px #3388cc;
-moz-box-shadow: 0 0 12px #3388cc;
box-shadow: 0 0 12px #3388cc; box-shadow: 0 0 12px #3388cc;
} }
} }
...@@ -1209,14 +1182,6 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1209,14 +1182,6 @@ div[data-gadget-scope='erp5_searchfield'] {
/********************************************** /**********************************************
* Keyframes * Keyframes
**********************************************/ **********************************************/
@-moz-keyframes spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
@keyframes spin { @keyframes spin {
from {transform:rotate(0deg);} from {transform:rotate(0deg);}
to {transform:rotate(360deg);} to {transform:rotate(360deg);}
...@@ -1248,8 +1213,6 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1248,8 +1213,6 @@ div[data-gadget-scope='erp5_searchfield'] {
opacity: 1; opacity: 1;
&::before { &::before {
content: "\f110"; content: "\f110";
-webkit-animation: spin .5s infinite linear;
-moz-animation: spin .5s infinite linear;
animation: spin .5s infinite linear; animation: spin .5s infinite linear;
} }
} }
......
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