10 lines
346 B
CSS
10 lines
346 B
CSS
|
a.morelessbutton {
|
||
|
text-decoration: none; background-color: #99ccff; border-radius: 4px; padding: 5px 10px; color: #666666; text-shadow: 1px 1px 0px #ffffff; font-size: .75em; box-shadow: 0px 0px 2px #336699;
|
||
|
}
|
||
|
a.morelessbutton:hover {
|
||
|
box-shadow: 0px 0px 4px #666666;
|
||
|
}
|
||
|
a.morelessbutton:active {
|
||
|
box-shadow: 0px 0px 2px #666666;
|
||
|
}
|