Changement d'une couleur
This commit is contained in:
@@ -273,6 +273,26 @@ body {
|
||||
background-image: url(../images/menu-header-background-repeat.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 23px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.dynamicFredList {
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 3px;
|
||||
min-width: 200px;
|
||||
min-height: 40px;
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
width: 97%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dynamicFredList > * {
|
||||
display: table-row;
|
||||
border: thin solid #f57627;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
.selected {
|
||||
|
||||
Reference in New Issue
Block a user