mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[ui][themes] improving letter spacing
This commit is contained in:
@@ -383,7 +383,7 @@ PackagesTable QLabel#icon_publisher_verified {
|
|||||||
PackagesTable QToolButton#bt_install {
|
PackagesTable QToolButton#bt_install {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @table.bt_install.font.color;
|
color: @table.bt_install.font.color;
|
||||||
font-size: 11px;
|
font-size: 10.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PackagesTable QToolButton#bt_install:hover, PackagesTable QToolButton#bt_uninstall:hover {
|
PackagesTable QToolButton#bt_install:hover, PackagesTable QToolButton#bt_uninstall:hover {
|
||||||
@@ -397,7 +397,7 @@ PackagesTable QToolButton#bt_install:disabled {
|
|||||||
PackagesTable QToolButton#bt_uninstall {
|
PackagesTable QToolButton#bt_uninstall {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @table.bt_uninstall.font.color;
|
color: @table.bt_uninstall.font.color;
|
||||||
font-size: 11px;
|
font-size: 10.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PackagesTable QToolButton#bt_uninstall:disabled {
|
PackagesTable QToolButton#bt_uninstall:disabled {
|
||||||
|
|||||||
@@ -190,7 +190,8 @@ ManageWindow QWidget#table_filters QPushButton[root = "true"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ManageWindow QLabel#label_status {
|
ManageWindow QLabel#label_status {
|
||||||
font-weight: bold
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ManageWindow QWidget#table_filters QCheckBox::indicator {
|
ManageWindow QWidget#table_filters QCheckBox::indicator {
|
||||||
@@ -207,8 +208,8 @@ ConfirmationDialog UpgradeToggleButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PreparePanel QLabel#prepare_status {
|
PreparePanel QLabel#prepare_status {
|
||||||
font-size: 14px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PreparePanel QPushButton#bt_hide_details {
|
PreparePanel QPushButton#bt_hide_details {
|
||||||
@@ -272,11 +273,13 @@ PackagesTable QLabel[icon = "true"] {
|
|||||||
PackagesTable QToolButton#bt_install {
|
PackagesTable QToolButton#bt_install {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PackagesTable QToolButton#bt_uninstall {
|
PackagesTable QToolButton#bt_uninstall {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
letter-spacing: 0.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
PackagesTable QLabel#app_version[ignored = "true"] {
|
PackagesTable QLabel#app_version[ignored = "true"] {
|
||||||
|
|||||||
Reference in New Issue
Block a user