我使用artisteer制作joomla模板,我使用这段代码:
.newsdate {
background: #f0f0f0;
color: #737373;
padding: 10px;
width: 40px;
height: 40px;
float: left;
margin-right: 10px;
margin-bottom: 25px;
text-align:center;
}
.art-blockheader .t, .art-vmenublockheader .t {white-space: nowrap;}
#art-licence-links
{
display:none;
}
::selection
{
color:#FF4300;
}
::-moz-selection
{
color:#FF4300;
}
我的高亮颜色更改为this
但我希望它改变为this
答案 0 :(得分:0)
在::selection
和::-moz-selection
块中添加backgound-color
属性并指定所选背景的颜色。