5 Star 40 Fork 18

Gitee 极速下载/ZenShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
style.css 3.63 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-11-25 15:40 . -Css transparent
QWidget[class='bar']{
background-color:#d7d7d7;
border:0px solid #d7d7d7;
border-radius:2px;
}
QFrame#vSplit {
margin-top:5px;
margin-bottom:5px;
padding:0px;
color:rgba(0,0,0,10%);
}
QFrame#vSplit2 {
margin:2px;
padding:0px;
color:rgba(0,0,0,10%);
}
QCheckBox {
color:#333333;
}
PenCombobox{
color:#333333;
min-height:23px;
border:0px solid #808080;
border-radius:2;
margin:0px;
padding:0px;
background-color:rgba(255,255,255,60%);
}
PenCombobox::menu-indicator{
margin-right:5px;
subcontrol-position: right center;
image:url(:/images/dropdown.png);
}
SizeInputWidget {
border:0px solid rgba(51,51,51,77);
border-radius:2;
background-color:rgba(255,255,255,60%);
}
QSpinBox {
color:#333333;
font-size:12px;
height:23px;
border-left:1px solid rgba(0,0,0,10%);
border-radius:0;
background-color:rgba(255,255,255,0%);
}
QSpinBox::up-button
{
border-left:1px solid rgba(0,0,0,10%);
padding-left:2px;
padding-right:3px;
subcontrol-origin:border;
subcontrol-position:top right;
image: none;
width: 12px;
background-color:rgba(255,255,255,60%);
}
QSpinBox::down-button
{
border-left:1px solid rgba(0,0,0,10%);
padding-left:2px;
padding-right:3px;
subcontrol-origin:border;
subcontrol-position:bottom right;
image: none;
width: 12px;
background-color:rgba(255,255,255,60%);
}
QSpinBox::up-arrow
{
image:url(:/images/up-arrow.png);
width:14px;
}
QSpinBox::down-arrow
{
image:url(:/images/down-arrow.png);
width:14px;
}
QComboBox{
color:#333333;
font-size:12px;
min-height:23px;
border:1px solid rgba(51,51,51,77);
border-radius:2;
}
QComboBox::drop-down{
border:1px solid #ffffff;
background-color: #ffffff;
margin-right:5px;
subcontrol-position: right center;
image:url(:/images/dropdown.png);
width:16px;
}
QComboBox QScrollBar::vertical{
width:10px;
}
QComboBox QScrollBar::handle::vertical{
width:10px;
border-radius:5px;
}
QComboBox QAbstractItemView
{
selection-background-color:rgb(0,125,255);
}
QComboBox QListWidget::item:selected{background:rgb(0,125,255); }
QPushButton[forTip='mainBtn'] {
font-family:ZenShotIcon;
color:#333333;
font-size:16px; /*15px*/
font-weight:500;
background-color:#d7d7d7;
border: 0px;
margin:0px;
padding:0px;
height:26px;
width:26px;
}
QPushButton[forTip='mainBtn']:hover{
color:#007AFF;
}
QPushButton[forTip='mainBtn']:pressed
background-color:#007AFF;
}
QPushButton[forTip='mainBtn']:checked{
color:#007AFF;
}
QPushButton[forTip='mainBtn']:disabled{
color:rgba(51,51,51,25%);
}
QPushButton[forTip='mainBtnLight'] {
font-family:ZenShotIcon;
color:#007AFF;
font-size:16px; /*15px*/
font-weight:500;
background-color:transparent;
margin:0px;
padding:0px;
height:26px;
width:26px;
}
QPushButton[forTip='mainBtnLight']:hover{
color:#2463C7;
}
SizeButton[forTip='thickness'] {
color:#2f3343;
font-size:22px;
background-color:transparent;
border:1px solid transparent;
margin:0px;
padding:0px;
height:26px;
width:26px;
}
SizeButton[forTip='thickness']:hover{
color:#2f3343;
background-color:#dee1e8;
border:1px solid #9d9fa0;
}
SizeButton[forTip='thickness']:pressed{
color:#2f3343;
background-color:#dee1e8;
border:1px solid #9d9fa0;
}
SizeButton[forTip='thickness']:checked{
color:#2f3343;
background-color:#dee1e8;
border:1px solid #9d9fa0;
}
QPushButton#cancelBtn {
color:#F2453D;
}
/*QPushButton#saveBtn {
color:#1fb41e;
}*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/ZenShot.git
git@gitee.com:mirrors/ZenShot.git
mirrors
ZenShot
ZenShot
main

搜索帮助