加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
window.qss 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
goodidea 提交于 2020-09-30 16:29 . 第一次提交
#gitCodeNote {
border-radius: 5px;
background-color: #f0f0f0;
}
QPushButton {
border-radius: 20px;
border: 1px solid #5a5a5a;
}
QPushButton:hover {
border-radius: 20px;
background-color: #d9d9d9;
border: 1px solid #5a5a5a;
}
QPushButton:pressed {
border: 2px dotted #000000;
}
QListWidget {
/*max-width: 200px;*/
background-color: #ffffff;
border: 1px solid #f0f0f0;
}
QListWidget::item:hover {
background-color: #f0f0f0;
}
QListWidget::item:selected {
color: black;
background-color: #f0f0f0;
}
#giturl_lineEdit {
border: 1px solid #5a5a5a;
background-color: #f0f0f0;
}
#remark_lineEdit {
background-color: #f0f0f0;
border: 0px;
border-bottom: 1px solid #5a5a5a;
}
/*#projectListWidget {*/
/* !*max-width: 200px;*!*/
/* background-color: #ffffff;*/
/*}*/
/*#projectListWidget::item:hover {*/
/* background-color: #f0f0f0;*/
/*}*/
/*#projectListWidget::item:selected {*/
/* color: black;*/
/* background-color: #f0f0f0;*/
/*}*/
/*#noteListWidget {*/
/* !*max-width: 200px;*!*/
/* background-color: #ffffff;*/
/*}*/
#noteListWidget::item {
/*width: 150px;*/
border-radius: 5px;
border: 5px solid #ffffff;
background-color: #f0f0f0;
}
#noteListWidget::item:hover {
border-radius: 5px;
border: 3px solid #ffffff;
background-color: #f0f0f0;
}
/*#noteListWidget::item:selected {*/
/* background-color: #f0f0f0;*/
/*}*/
NoteItem {
border: 3px solid #f0f0f0;
}
QScrollBar:vertical
{
width:8px;
background:rgba(0,0,0,0%);
margin:0px,0px,0px,0px;
padding-top:9px;
padding-bottom:9px;
}
QScrollBar::handle:vertical
{
width:8px;
background:rgba(0,0,0,25%);
border-radius:4px;
min-height:20px;
}
QScrollBar::handle:vertical:hover
{
width:8px;
background:rgba(0,0,0,50%);
border-radius:4px;
min-height:20px;
}
QScrollBar::add-line:vertical {
height:9px;width:8px;
subcontrol-position:bottom;
}
QScrollBar::sub-line:vertical {
height:9px;width:8px;
subcontrol-position:top;
}
QScrollBar::add-line:vertical:hover {
height:9px;width:8px;
subcontrol-position:bottom;
}
QScrollBar::sub-line:vertical:hover
{
height:9px;width:8px;
subcontrol-position:top;
}
QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical {
background:rgba(0,0,0,10%);
border-radius:4px;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化