Replaced browser-prefixed border-radius elements from CSS files
The latest versions of some browsers were about to drop compatibility whith these prefixes, so just the Candidate Recommendation is kept. FEA: ItEr77S04BugFixing
This commit is contained in:
parent
8d9a92d7ba
commit
f5ef3ecbd6
3 changed files with 20 additions and 40 deletions
|
|
@ -270,16 +270,14 @@ body .advancedallocationlayout .icono .z-button-cm {
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_ERROR, .message_INFO {
|
.message_ERROR, .message_INFO {
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_WARNING {
|
.message_WARNING {
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
@ -321,8 +319,7 @@ div.z-errbox {
|
||||||
background-color: #EECCCC;
|
background-color: #EECCCC;
|
||||||
color:red;
|
color:red;
|
||||||
border:solid 1px red;
|
border:solid 1px red;
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.advancedallocationlayout .message_WARNING {
|
.advancedallocationlayout .message_WARNING {
|
||||||
|
|
@ -332,8 +329,7 @@ div.z-errbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
h4.message_WARNING {
|
h4.message_WARNING {
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
margin: 25px;
|
margin: 25px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
@ -853,8 +849,7 @@ div.z-listbox-pgi-b {
|
||||||
.orderTree .not-scheduled span.scheduling-state,
|
.orderTree .not-scheduled span.scheduling-state,
|
||||||
.orderTree .partially-scheduled span.scheduling-state,
|
.orderTree .partially-scheduled span.scheduling-state,
|
||||||
.orderTree .completely-scheduled span.scheduling-state {
|
.orderTree .completely-scheduled span.scheduling-state {
|
||||||
-moz-border-radius: 1px 6px 1px 6px;
|
border-radius: 1px 6px 1px 6px;
|
||||||
-webkit-border-radius: 1px 6px 1px 6px;
|
|
||||||
border: 1px solid #888888;
|
border: 1px solid #888888;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
@ -899,8 +894,7 @@ span.z-dottree-line {
|
||||||
|
|
||||||
.z-menu-body {
|
.z-menu-body {
|
||||||
background-color: #d4e1ef;
|
background-color: #d4e1ef;
|
||||||
-moz-border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
-webkit-border-radius: 10px 10px 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-menu-inner-m .z-menu-btn {
|
.z-menu-inner-m .z-menu-btn {
|
||||||
|
|
@ -966,8 +960,7 @@ span.z-dottree-line {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
background-position: 18px 10px;
|
background-position: 18px 10px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
-moz-border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.perspective .z-button-cm {
|
.perspective .z-button-cm {
|
||||||
|
|
@ -996,8 +989,7 @@ span.z-dottree-line {
|
||||||
}
|
}
|
||||||
|
|
||||||
.perspective-active .z-button-cm {
|
.perspective-active .z-button-cm {
|
||||||
-moz-border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border-color:#006699 #DFF5FE #DFF5FE #006699;
|
border-color:#006699 #DFF5FE #DFF5FE #006699;
|
||||||
}
|
}
|
||||||
|
|
@ -1231,8 +1223,7 @@ tr.z-treerow-over input {
|
||||||
}
|
}
|
||||||
|
|
||||||
.migas_linea span.scheduling-state {
|
.migas_linea span.scheduling-state {
|
||||||
-moz-border-radius: 6px;
|
border-radius: 6px;
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
border: 1px solid #888888;
|
border: 1px solid #888888;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
@ -1662,8 +1653,7 @@ input.z-datebox-text-disd {
|
||||||
|
|
||||||
.perspectives-column .z-button-cm,
|
.perspectives-column .z-button-cm,
|
||||||
.toolbar-box .z-button-cm {
|
.toolbar-box .z-button-cm {
|
||||||
-moz-border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.z-button.icono tbody, .z-button.icono tbody:hover, .z-button.icono tbody:active {
|
.z-button.icono tbody, .z-button.icono tbody:hover, .z-button.icono tbody:active {
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,7 @@ body {
|
||||||
background-color: #E4F3D9; /* green0 (normal background) */
|
background-color: #E4F3D9; /* green0 (normal background) */
|
||||||
color: #58A758; /* green3 (text) */
|
color: #58A758; /* green3 (text) */
|
||||||
border: 1px solid #439e32; /* green4 (border) */
|
border: 1px solid #439e32; /* green4 (border) */
|
||||||
-moz-border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
margin-top:15px;
|
margin-top:15px;
|
||||||
|
|
@ -84,8 +83,7 @@ a.ayuda:hover {
|
||||||
color: #ee0000;
|
color: #ee0000;
|
||||||
border: solid 1px #ee0000;
|
border: solid 1px #ee0000;
|
||||||
background-color: #eecccc;
|
background-color: #eecccc;
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
@ -105,8 +103,7 @@ body .not-supported {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: solid 1px #ee0000;
|
border: solid 1px #ee0000;
|
||||||
background-color: #eecccc;
|
background-color: #eecccc;
|
||||||
-moz-border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.libreplan-version {
|
.libreplan-version {
|
||||||
|
|
|
||||||
|
|
@ -249,14 +249,12 @@
|
||||||
|
|
||||||
div.box.limiting-assigned {
|
div.box.limiting-assigned {
|
||||||
background-color: #61b598; /* LIMITING_RESOURCES_DARK_GREEN */
|
background-color: #61b598; /* LIMITING_RESOURCES_DARK_GREEN */
|
||||||
-moz-border-radius: 15px;
|
border-radius: 15px;
|
||||||
-webkit-border-radius: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.box.limiting-unassigned {
|
div.box.limiting-unassigned {
|
||||||
background-color: #c1d9d1; /* LIMITING_RESOURCES_GREEN */
|
background-color: #c1d9d1; /* LIMITING_RESOURCES_GREEN */
|
||||||
-moz-border-radius: 15px;
|
border-radius: 15px;
|
||||||
-webkit-border-radius: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggled {
|
.toggled {
|
||||||
|
|
@ -805,8 +803,7 @@ div.limitingresourcesleftpane {
|
||||||
|
|
||||||
.queue-element {
|
.queue-element {
|
||||||
background-color: #61b598; /* LIMITING_RESOURCES_DARK_GREEN */
|
background-color: #61b598; /* LIMITING_RESOURCES_DARK_GREEN */
|
||||||
-moz-border-radius: 12px;
|
border-radius: 12px;
|
||||||
-webkit-border-radius: 12px;
|
|
||||||
border: solid 1px;
|
border: solid 1px;
|
||||||
float:left;
|
float:left;
|
||||||
height:10px;
|
height:10px;
|
||||||
|
|
@ -814,8 +811,7 @@ div.limitingresourcesleftpane {
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue-element.truncated-end {
|
.queue-element.truncated-end {
|
||||||
-moz-border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
-webkit-border-radius: 12px 0 0 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue-element.unmet-deadline {
|
.queue-element.unmet-deadline {
|
||||||
|
|
@ -897,8 +893,7 @@ height: 100%
|
||||||
z-index: 6;
|
z-index: 6;
|
||||||
background-color: rgb(255, 202, 135);
|
background-color: rgb(255, 202, 135);
|
||||||
background-color: rgba(255, 202, 135, 0.9);
|
background-color: rgba(255, 202, 135, 0.9);
|
||||||
-moz-border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1252,10 +1247,8 @@ body .perspectives-column {
|
||||||
background-color: #407865;
|
background-color: #407865;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
-moz-border-radius-bottomleft: 2px;
|
border-top-left-radius: 2px;
|
||||||
-moz-border-radius-topleft: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
-webkit-bottom-left-radius: 2px;
|
|
||||||
-webkit-top-left-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.limiting-assigned .completion2, .limiting-unassigned .completion2 {
|
.limiting-assigned .completion2, .limiting-unassigned .completion2 {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue