mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Fixed broken CSS rules in TableListField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72675 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5509d9caae
commit
5e63f40d69
@ -33,14 +33,13 @@ table.CMSList th {
|
||||
table.TableField thead th,
|
||||
.TableListField table.data thead th,
|
||||
table.CMSList thead th {
|
||||
background-image : url(../../cms/images/tables/thead.png);
|
||||
background-repeat : repeat-x;
|
||||
background-position : left bottom;
|
||||
background-color : #ebeadb;
|
||||
height : 24px;
|
||||
border-right : 1px solid #aca899;
|
||||
border-left : 1px solid #ffffff;
|
||||
padding-left : 0 5px;
|
||||
background-image: url(../../cms/images/tables/thead.png);
|
||||
background-repeat: repeat-x;
|
||||
background-position: left bottom;
|
||||
background-color: #ebeadb;
|
||||
height: 24px;
|
||||
border-right: 1px solid #aca899;
|
||||
border-left: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
table.TableField thead th span,
|
||||
|
Loading…
x
Reference in New Issue
Block a user