5 Star 40 Fork 18

Gitee 极速下载/ZenShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
zentaosettingdetail.css 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-08-25 08:19 . * zentao setting
QWidget#zentaosettingdetail {
background-color: transparent;
}
QLabel {
background-color: #FFFFFF;
border-radius: 2px;
font-size: 14px;
color: #1B1F28;
font-weight: 400;
}
QLineEdit {
background-color: #FFFFFF;
width: 340px;
height: 36px;
border: 1px solid #D7DBDE;
border-radius: 2px;
font-size: 14px;
color: #1B1F28;
font-weight: 400;
padding-left: 10px;
}
QCheckBox#checkSetDefault {
font-size: 12px;
color: rgba(0,0,0,0.85);
line-height: 22px;
font-weight: 400;
}
QCheckBox#checkSetDefault:indicator {
width: 17px;
height: 17px;
}
QCheckBox#checkSetDefault:indicator:unchecked {
border-image: url(:/images/uncheck.png);
}
QCheckBox#checkSetDefault:indicator:checked {
border-image: url(:/images/check.png);
}
QCheckBox#checkSetDefault:indicator:pressed {
border-image: url(:/images/check.png);
}
QPushButton#btnSave {
background-color: transparent;
width: 80px;
height: 28px;
border: 1px solid rgba(116,125,255,1);
border-radius: 4px;
font-size: 14px;
color: #747DFF;
font-weight: 400;
}
QPushButton#btnNew {
width: 140px;
height: 28px;
background: #747DFF;
border-radius: 4px;
font-size: 14px;
color: #FFFFFF;
font-weight: 400;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/ZenShot.git
git@gitee.com:mirrors/ZenShot.git
mirrors
ZenShot
ZenShot
main

搜索帮助