MINOR Removed color/background information from ComplexTableField.css and TableListField.css

This commit is contained in:
Ingo Schommer 2011-04-19 18:07:17 +12:00
parent 403d05726d
commit 5bd43af85f
3 changed files with 0 additions and 50 deletions

View File

@ -5,8 +5,6 @@
top: 0;
font-size : 14px;
font-weight : bold;
color: white;
background: #0075C9 url(../images/textures/obar.gif) 0px 0px repeat-x !important;
height : 22px !important;
}
@ -17,7 +15,6 @@
#GB_close {
padding: 2px 5px 0 0;
float: right;
color: #fff;
font-size: 11px;
}

View File

@ -1,7 +1,3 @@
.ComplexTableField_popup {
background: #fff;
}
html {
overflow-y: auto !important;
}

View File

@ -4,7 +4,6 @@ table.TableListField,
table.CMSList {
border-collapse: collapse;
border-spacing: 0;
border : 1px solid #aaaaaa;
width : 100%;
}
@ -33,12 +32,6 @@ table.CMSList th {
table.TableField thead th,
.TableListField table.data thead th,
table.CMSList thead th {
background-image: url(../images/thead.png);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #ebeadb;
border-right: 1px solid #aca899;
border-left: 1px solid #ffffff;
white-space: nowrap;
padding: 3px;
font-size: 12px;
@ -50,31 +43,18 @@ table.TableField thead th span,
font-size: 12px;
}
table.TableField thead th a,
.TableListField table.data thead th a,
table.CMSList thead th a {
color: #000;
}
table.TableField thead th span.sortLink,
.TableListField table.data thead th span.sortLink,
table.CMSList thead th span.sortLink {
overflow: hidden;
}
table.TableField tfoot tr.summary td,
.TableListField table.data tfoot tr.summary td,
table.CMSList tfoot tr.summary td {
background-color : #ebeadb;
}
table.TableField tbody td,
table.TableField tfoot td,
.TableListField table.data tbody td,
.TableListField table.data tfoot td,
table.CMSList tbody td,
table.CMSList tfoot td {
border: 1px solid #f1efe2;
padding: 2px 4px;
}
@ -103,27 +83,12 @@ table.data tbody td textarea {
table.TableField tbody td.checkbox,
.TableListField table.data tbody td.checkbox,
table.CMSList tbody td.checkbox {
border : 1px solid #f1efe2;
padding-left : 5px;
background-image : url(../images/checkbox.png);
background-repeat : repeat-x;
background-position : left bottom;
}
table.TableField tbody tr.over td,
.TableListField table.data tbody tr.over td,
.TableListField table.data tbody tr.over td input,
table.CMSList tbody td.over td{
background-color: #FFFFBB;
}
table.TableField tbody tr.current td,
.TableListField table.data tbody tr.current td,
table.CMSList tbody td.current td {
background-color: #316ac5;
color : white;
}
.TableListField table.data tfoot .addlink img {
vertical-align: middle;
margin: 3px 6px 3px 3px;
@ -168,8 +133,6 @@ table.CMSList tbody td.current td {
}
.TableListField div.utility a {
text-decoration: none;
border-color: #ccc #999 #999 #ccc;
border-style: double;
color: #333;
cursor: pointer;
font-size: 11px;
@ -178,9 +141,6 @@ table.CMSList tbody td.current td {
padding: 3px 2px;
width: auto;
}
.TableListField div.utility a:hover {
background: #fff;
}
form .TableField .message {
width: auto;
@ -203,8 +163,6 @@ form .TableField .message {
text-align:center;
display:block;
margin-bottom: 5px;
background:#ebeadb;
border: 1px #cbc7b7 solid;
position: relative;
}
.TableListField .PageControls * {
@ -240,7 +198,6 @@ form .TableField .message {
#Pagination span {
display: inline;
color: red;
font-size: 14px;
}
#Pagination div {