Removed unused styles and update to have colorpicker using them color than theme
This commit is contained in:
parent
20b70502b2
commit
1ed50b48eb
@ -1380,16 +1380,6 @@ form.inplaceeditor-form a { /* The cancel link */
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1414,7 +1404,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #b3c5cc;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1423,14 +1413,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #FFFFFF;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #FFFFFF;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1446,21 +1436,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
|
||||
/***** Style du fond *****/
|
||||
body {
|
||||
background: #e0ebeb;
|
||||
margin: 0px;
|
||||
font-family: sans-serif; font-size: 0.95em;
|
||||
background: #e0ebeb;
|
||||
margin: 0px;
|
||||
font: 12px helvetica, verdana, arial, sans-serif;
|
||||
}
|
||||
|
||||
/***** Styles par defaut *****/
|
||||
@ -100,8 +100,8 @@ div.tmenu
|
||||
border-bottom: 1px solid #000000;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 2px 0px;
|
||||
font-weight:bold;
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
height: 18px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
@ -343,7 +343,7 @@ a.tabTitle {
|
||||
border-top: 1px solid #D8D8D8;
|
||||
}
|
||||
|
||||
a.tab {
|
||||
a.tab:link {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
@ -353,7 +353,17 @@ a.tab {
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
a.tab:active {
|
||||
a.tab:visited {
|
||||
background: white;
|
||||
border: 1px solid #8CACBB;
|
||||
color: #436976;
|
||||
font-weight: normal;
|
||||
padding: 0px 6px;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
a.tab#active {
|
||||
background: #dee7ec;
|
||||
border-bottom: #dee7ec 1px solid;
|
||||
}
|
||||
@ -1014,16 +1024,6 @@ div.menuFleche
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1048,7 +1048,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #b3c5cc;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1057,14 +1057,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #EFEFDE;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #EFEFDE;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1080,21 +1080,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
@ -1521,16 +1521,6 @@ div.menuFleche
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1555,7 +1545,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #b3c5cc;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1564,14 +1554,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #b3c5cc;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #b3c5cc;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1587,21 +1577,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font : helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font : helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font : helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
@ -1224,16 +1224,6 @@ div.menuFleche
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1258,7 +1248,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #b3c5cc;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1267,14 +1257,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #DDDDDD;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #DDDDDD;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1290,21 +1280,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
@ -390,7 +390,7 @@ a.tab:visited {
|
||||
background: white;
|
||||
border: 1px solid #999999;
|
||||
color: #436976;
|
||||
padding: 0em 0.2em;
|
||||
padding: 0em 1em;
|
||||
margin: 0em 0.2em;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
@ -400,7 +400,6 @@ a.tab#active {
|
||||
border-bottom: #dcdcd3 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.tab:hover {
|
||||
background: #78746d;
|
||||
text-decoration: none;
|
||||
@ -983,16 +982,6 @@ cursor: pointer;
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1017,7 +1006,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #b3c5cc;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1026,14 +1015,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #DED8D2;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #DED8D2;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1049,21 +1038,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
@ -986,7 +986,7 @@ table.dp {
|
||||
}
|
||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||
/* Barre titre */
|
||||
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
||||
.#ccc5b3,.tpHead,.tpHour td:Hover .tpHead{
|
||||
font-weight:bold;
|
||||
background-color:#ccc5b3;
|
||||
color:black;
|
||||
@ -1274,16 +1274,6 @@ div.menuFleche
|
||||
/* CSS for color picker */
|
||||
/* ============================================================================== */
|
||||
|
||||
FIELDSET {
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
color : black;
|
||||
}
|
||||
LEGEND {
|
||||
font-family : Tahoma;
|
||||
font-size : 10pt;
|
||||
color : black;
|
||||
}
|
||||
A.color, A.color:active, A.color:visited {
|
||||
position : relative;
|
||||
display : block;
|
||||
@ -1308,7 +1298,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
cursor : default;
|
||||
border : 1px solid threedface;
|
||||
border : 1px solid #ccc5b3;
|
||||
}
|
||||
.tblColor {
|
||||
display : none;
|
||||
@ -1317,14 +1307,14 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
padding : 1px;
|
||||
}
|
||||
.tblContainer {
|
||||
background-color : threedface;
|
||||
background-color : #DCDCB3;
|
||||
}
|
||||
.tblGlobal {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
display : none;
|
||||
background-color : threedface;
|
||||
background-color : #DCDCB3;
|
||||
border : 2px outset;
|
||||
}
|
||||
.tdContainer {
|
||||
@ -1340,21 +1330,21 @@ A.none, A.none:active, A.none:visited, A.none:hover {
|
||||
width : 50%;
|
||||
height : 24px;
|
||||
line-height : 12px;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
color : black;
|
||||
text-align : center;
|
||||
}
|
||||
.btnColor {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 10pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
}
|
||||
.btnPalette {
|
||||
width : 100%;
|
||||
font-family : Tahoma;
|
||||
font: helvetica, verdana, arial, sans-serif;
|
||||
font-size : 8pt;
|
||||
padding : 0px;
|
||||
margin : 0px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user