source: extensions/TweetThis/style.css @ 11441

Last change on this file since 11441 was 11419, checked in by mistic100, 13 years ago

first commit

File size: 435 bytes
Line 
1.twitter_buttons {
2  border-spacing: 0px;
3  border:10px solid #f9f9f9;
4  border-radius:10px;
5}
6
7.twitter_buttons td {
8  padding:10px 40px;
9  background-color:#ECF6FA;
10  border:1px solid #fff;
11  border-right-color:#CDE8F4;
12  border-bottom-color:#CDE8F4;
13}
14.twitter_buttons td:hover {
15  background-color:#D0E7F2;
16}
17tr td:last-child {
18  border-right:none;
19}
20.twitter_buttons tr:last-child td {
21  border-bottom:none;
22}
Note: See TracBrowser for help on using the repository browser.