5 Star 40 Fork 18

Gitee 极速下载/ZenShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
zentaosettinglist.css 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-09-13 17:24 . * zenshot ui style
QWidget#zentaosettinglist {
background-color: transparent;
}
QLabel#label {
padding-left: 20px;
font-size: 16px;
}
#listWidget {
background-color: transparent;
font-size: 14px;
color: #3C4353;
font-weight: 500;
border: none;
outline:0px;
}
QListWidget::item {
background-color: rgba(237,238,242,0.40);
border: 1px solid rgba(215,219,222,1);
border-radius: 2px;
}
QListWidget::item:hover {
show-decoration-selected: 2px;
background-color: transparent;
border-radius: 2px;
}
QListWidget::item:selected {
background-color: rgba(116,125,255,0.06);
padding: 0px;
margin: 0px;
border: 1px solid rgba(116,125,255,1);
border-radius: 5px;
}
QLabel.listItemTxt {
max-height: 30px;
min-height: 30px;
height: 30px;
padding-left: 24px;
background-color: transparent;
font-size: 14px;
color: #3C4353;
font-weight: 400;
}
QPushButton.listItemBtn {
margin: 0px;
padding: 0px;
max-width: 30px;
max-height: 30px;
min-width: 30px;
min-height: 30px;
width: 30px;
height: 30px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-image: url(:/images/remove-item.png);;
}
QScrollBar:vertical
{
width:6px;
background:rgba(0,0,0,0%);
margin:0px,0px,0px,0px;
padding-top:9px;
padding-bottom:9px;
min-height:180px;
}
QScrollBar::handle:vertical
{
width:6px;
background:rgba(0,0,0,25%);
min-height:180px;
}
QScrollBar::handle:vertical:hover
{
width:6px;
background:rgba(0,0,0,50%);
min-height:180px;
}
QScrollBar::add-line:vertical
{
height:6px;
width:6px;
border-image:url(:/images/down-arrow.png);
subcontrol-position:bottom;
}
QScrollBar::sub-line:vertical
{
height:6px;
width:6px;
border-image:url(:/images/up-arrow.png);
subcontrol-position:top;
}
/*
QScrollBar::add-line:vertical:hover
{
height:9px;width:8px;
border-image:url(:/images/a/4.png);
subcontrol-position:bottom;
}
QScrollBar::sub-line:vertical:hover
{
height:9px;width:8px;
border-image:url(:/images/a/2.png);
subcontrol-position:top;
}
QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical
{
background:rgba(0,0,0,10%);
border-radius:4px;
}
*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/ZenShot.git
git@gitee.com:mirrors/ZenShot.git
mirrors
ZenShot
ZenShot
main

搜索帮助