@@ -1541,57 +1541,35 @@ scale {
15411541margin-right : -12px ; }
15421542
15431543progressbar {
1544- padding : 0 ;
1545- border : none;
1546- color : gray;
1547- background-color : transparent; }
1548- progressbar .horizontal progress {
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 {
15491551border : none;
15501552border-radius : 6px ;
15511553background-color : # 2563AE ;
15521554background-image : linear-gradient (to bottom, # 9dbbdf, # 7298c550% , # 1f71d451% , # 2564b0 ); }
1553- progressbar .vertical progress {
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 {
15541560border : none;
15551561border-radius : 6px ;
15561562background-color : # 2563AE ;
15571563background-image : linear-gradient (to right, # 9dbbdf, # 7298c550% , # 1f71d451% , # 2564b0 ); }
1558- progressbar .horizontal trough {
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 .vertical trough {
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 .horizontal trough , progressbar .horizontal progress {
1564+ progressbar .horizontal > trough {
1565+ min-width : 150px ; }
1566+ progressbar .vertical > trough {
1567+ min-height : 80px ; }
1568+ progressbar .horizontal > trough , progressbar .horizontal > trough > progress {
15671569min-height : 9px ; }
1568- progressbar .vertical trough , progressbar .vertical progress {
1570+ progressbar .vertical > trough , progressbar .vertical > trough > progress {
15691571min-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- infobar treeview .view trough , row : selected treeview .view trough {
1593- background-color : rgba (0 , 0 , 0 , 0.1 ); }
1594-
15951573levelbar trough {
15961574padding : 1px ;
15971575border-radius : 0 ; }