Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e9ca64

Browse files
committed
Update progresbars
1 parent907bc87 commit4e9ca64

File tree

1 file changed

+18
-40
lines changed

1 file changed

+18
-40
lines changed

‎gtk-4.0/gtk.css‎

Lines changed: 18 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,57 +1541,35 @@ scale {
15411541
margin-right:-12px; }
15421542

15431543
progressbar {
1544-
padding:0;
1545-
border: none;
1546-
color: gray;
1547-
background-color: transparent; }
1548-
progressbar.horizontalprogress {
1544+
font-size: smaller;
1545+
color: gray; }
1546+
progressbar>trough {
1547+
border-radius:6px;
1548+
background-color:rgba(0,0,0,0.1);
1549+
background-image:linear-gradient(to top,#FFFFFF,#f9f9f950%,#f2f2f251%,#c9c9c9); }
1550+
progressbar>trough>progress {
15491551
border: none;
15501552
border-radius:6px;
15511553
background-color:#2563AE;
15521554
background-image:linear-gradient(to bottom,#9dbbdf,#7298c550%,#1f71d451%,#2564b0); }
1553-
progressbar.verticalprogress {
1555+
progressbar.vertical>trough {
1556+
border-radius:6px;
1557+
background-color:rgba(0,0,0,0.1);
1558+
background-image:linear-gradient(to left,#FFFFFF,#f9f9f950%,#f2f2f251%,#c9c9c9); }
1559+
progressbar.vertical>trough>progress {
15541560
border: none;
15551561
border-radius:6px;
15561562
background-color:#2563AE;
15571563
background-image:linear-gradient(to right,#9dbbdf,#7298c550%,#1f71d451%,#2564b0); }
1558-
progressbar.horizontaltrough {
1559-
border-radius:6px;
1560-
background-color:rgba(0,0,0,0.1);
1561-
background-image:linear-gradient(to top,#FFFFFF,#f9f9f950%,#f2f2f251%,#c9c9c9); }
1562-
progressbar.verticaltrough {
1563-
border-radius:6px;
1564-
background-color:rgba(0,0,0,0.1);
1565-
background-image:linear-gradient(to left,#FFFFFF,#f9f9f950%,#f2f2f251%,#c9c9c9); }
1566-
progressbar.horizontaltrough,progressbar.horizontalprogress {
1564+
progressbar.horizontal>trough {
1565+
min-width:150px; }
1566+
progressbar.vertical>trough {
1567+
min-height:80px; }
1568+
progressbar.horizontal>trough,progressbar.horizontal>trough>progress {
15671569
min-height:9px; }
1568-
progressbar.verticaltrough,progressbar.verticalprogress {
1570+
progressbar.vertical>trough,progressbar.vertical>trough>progress {
15691571
min-width:9px; }
15701572

1571-
treeview.view.progressbar,treeview.view.progressbar:disabled {
1572-
color:#FFFFFF;
1573-
border-radius:0;
1574-
background-color:#2563AE; }
1575-
1576-
treeview.view.progressbar:focus,treeview.view.progressbar:selected:focus,treeview.view.progressbar:focus:selected,treeview.view.progressbar:focus:selected:focus,treeview.view.progressbar:disabled:selected {
1577-
border-radius:0;
1578-
color:#2563AE;
1579-
background-color:#FFFFFF; }
1580-
1581-
treeview.view.trough {
1582-
color:#000000;
1583-
background-color:rgba(0,0,0,0.1);
1584-
border-radius:0;
1585-
border: none; }
1586-
treeview.view.trough:selected,treeview.view.trough:selected:focus {
1587-
color:#FFFFFF;
1588-
background-color:rgba(0,0,0,0.1);
1589-
border-radius:0;
1590-
border: none; }
1591-
1592-
infobartreeview.viewtrough,row:selectedtreeview.viewtrough {
1593-
background-color:rgba(0,0,0,0.1); }
1594-
15951573
levelbartrough {
15961574
padding:1px;
15971575
border-radius:0; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp