21 lines
621 B
CSS
21 lines
621 B
CSS
|
|
/**
|
||
|
|
* @Author: zhangtq 2452618307@qq.com
|
||
|
|
* @Date: 2024-11-18 13:33:30
|
||
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
||
|
|
* @LastEditTime: 2024-11-18 13:34:43
|
||
|
|
* @FilePath: static/js/qx/utility/easyui/themes/material-teal/splitbutton.css
|
||
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
||
|
|
*/
|
||
|
|
.s-btn:hover .m-btn-line,
|
||
|
|
.s-btn-active .m-btn-line,
|
||
|
|
.s-btn-plain-active .m-btn-line {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
.l-btn:hover .s-btn-downarrow,
|
||
|
|
.s-btn-active .s-btn-downarrow,
|
||
|
|
.s-btn-plain-active .s-btn-downarrow {
|
||
|
|
border-style: solid;
|
||
|
|
border-color: #ccc;
|
||
|
|
border-width: 0 0 0 1px;
|
||
|
|
}
|