修改:界面样式
This commit is contained in:
@@ -167,6 +167,11 @@ th{
|
||||
}
|
||||
.tlist>li{
|
||||
margin-top: 0;
|
||||
/*设置不换行*/
|
||||
white-space: nowrap;
|
||||
/*设置高度*/
|
||||
/*height: 30px;
|
||||
padding: 0;*/
|
||||
}
|
||||
.tlist>li.active>a,
|
||||
.tlist>li.active>a:focus,
|
||||
@@ -174,6 +179,7 @@ th{
|
||||
.tlist>li>a:hover {
|
||||
background-color: #e2effc;
|
||||
border-radius: 2px 0 0 2px;
|
||||
border-left: 5px solid #a5cff8;
|
||||
}
|
||||
|
||||
/* 为可拖动的条目应用可移动光标类型 */
|
||||
|
||||
Reference in New Issue
Block a user