[IMP] CSS table-panel more visible

bzr revid: fp@openerp.com-20130917200450-php2dcprphvdit5r
This commit is contained in:
Fabien Pinckaers 2013-09-17 22:04:50 +02:00
parent d282697fdf
commit e29d895993
2 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,9 @@ table.editorbar-panel {
cursor: pointer;
width: 100%;
}
table.editorbar-panel td {
border: 1px solid #aaaaaa;
}
table.editorbar-panel td.selected {
background-color: #b1c9d9;
}

View File

@ -88,6 +88,8 @@
table.editorbar-panel
cursor: pointer
width: 100%
td
border: 1px solid #aaa
td.selected
background-color: #b1c9d9