59 lines
702 B
Plaintext
59 lines
702 B
Plaintext
10 years ago
|
@-webkit-keyframes taskbar-active {
|
||
|
0% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
50% {
|
||
|
background: #558;
|
||
|
color: #fff;
|
||
|
}
|
||
|
100% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@-moz-keyframes taskbar-active {
|
||
|
0% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
50% {
|
||
|
background: #558;
|
||
|
color: #fff;
|
||
|
}
|
||
|
100% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@-o-keyframes taskbar-active {
|
||
|
0% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
50% {
|
||
|
background: #558;
|
||
|
color: #fff;
|
||
|
}
|
||
|
100% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@keyframes taskbar-active {
|
||
|
0% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
50% {
|
||
|
background: #558;
|
||
|
color: #fff;
|
||
|
}
|
||
|
100% {
|
||
|
background: #e7e7e7;
|
||
|
color: #333;
|
||
|
}
|
||
|
}
|