CC-2438
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
This commit is contained in:
parent
d174b39d5b
commit
18f21e480a
|
@ -241,7 +241,7 @@ select {
|
|||
color:#a5a5a5;
|
||||
}
|
||||
|
||||
.listen-control-block a {
|
||||
.listen-control-block a, .listen-control-button {
|
||||
font-size:11px;
|
||||
text-transform:uppercase;
|
||||
padding:0;
|
||||
|
@ -251,9 +251,13 @@ select {
|
|||
font-weight:bold;
|
||||
margin-top:34px;
|
||||
display:block;
|
||||
text-align:center;
|
||||
|
||||
}
|
||||
.listen-control-block a span {
|
||||
.listen-control-button {
|
||||
margin-top:6px;
|
||||
}
|
||||
.listen-control-block a span, .listen-control-button span {
|
||||
background-color: #6e6e6e;
|
||||
background: -moz-linear-gradient(top, #868686 0, #6e6e6e 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #868686), color-stop(100%, #6e6e6e));
|
||||
|
@ -265,10 +269,13 @@ select {
|
|||
text-shadow: #555555 0px -1px;
|
||||
display:block;
|
||||
}
|
||||
.listen-control-block a:hover {
|
||||
.listen-control-button span {
|
||||
padding:2px 10px;
|
||||
}
|
||||
.listen-control-block a:hover, .listen-control-button:hover {
|
||||
border:1px solid #000;
|
||||
}
|
||||
.listen-control-block a:hover span {
|
||||
.listen-control-block a:hover span, .listen-control-button:hover span {
|
||||
background-color: #292929;
|
||||
background: -moz-linear-gradient(top, #3b3b3b 0, #292929 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3b3b3b), color-stop(100%, #292929));
|
||||
|
|
Loading…
Reference in New Issue