white to black

This commit is contained in:
sanj 2010-09-01 21:55:03 +05:30
parent 585a98d3c0
commit 0b32ee8616

View File

@ -8,7 +8,8 @@
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
margin-left: 10%; margin-left: 10%;
border: 1px solid #808080; border: 1px solid #333;
background: #000;
padding: 4px; padding: 4px;
} }
@ -17,6 +18,7 @@
top: 5px; top: 5px;
right: 5px; right: 5px;
cursor: pointer; cursor: pointer;
color: #fff;
} }
.closeButton:hover { .closeButton:hover {
@ -27,6 +29,7 @@
position: absolute; position: absolute;
left: 400px; left: 400px;
top: 20px; top: 20px;
color: white;
} }
</style> </style>