esthétique
This commit is contained in:
parent
8a80d7e3e8
commit
65261dbfb7
1 changed files with 6 additions and 6 deletions
|
|
@ -287,9 +287,9 @@ td.mtitle {
|
|||
text-align:center;
|
||||
width:250px;
|
||||
height :30px;
|
||||
border-radius:10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
|
||||
background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, rgba(53,106,160,0.79) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,0.79)), color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
|
||||
|
|
@ -356,9 +356,9 @@ td.cell{
|
|||
td.selectedcell{
|
||||
|
||||
/* border-color:#0000FF;*/
|
||||
border-radius:10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius:5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
font-weight: bold;
|
||||
/* background:#5D90CD ;*/
|
||||
color:#FFFFFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue