代码拉取完成,页面将自动刷新
#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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。