11 lines
239 B
CSS
11 lines
239 B
CSS
|
#wp-admin-bar-w3tc > a .awaiting-mod,
|
||
|
#wp-admin-bar-w3tc_feature_showcase a .awaiting-mod {
|
||
|
background-color: #d63638;
|
||
|
border-radius: 9px;
|
||
|
color: #fff;
|
||
|
font-size: 11px;
|
||
|
height: 18px;
|
||
|
min-width: 18px;
|
||
|
padding: 0 5px;
|
||
|
}
|