插件标记优化
parent
29b55e58cf
commit
efdd76547f
|
|
@ -802,8 +802,19 @@ button { outline: none !important; }
|
|||
* 插件标记
|
||||
*/
|
||||
.plugins-tag {
|
||||
background: #333;
|
||||
border: 3px solid #e90000;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
display: -webkit-inline-box;
|
||||
}
|
||||
.plugins-tag, .plugins-tag span {
|
||||
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
|
||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
.plugins-tag span {
|
||||
font-size: 16px;
|
||||
|
|
@ -811,9 +822,16 @@ button { outline: none !important; }
|
|||
color: #e90000;
|
||||
text-shadow: 1px 1px #bfbfbf;
|
||||
background: #ffdfdf;
|
||||
padding: 5px 8px;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ffd4d4;
|
||||
position: absolute;
|
||||
margin: -12px 0 0 -5px;
|
||||
z-index: 2;
|
||||
display: none;
|
||||
}
|
||||
.plugins-tag:hover span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue