@@ -1432,112 +1432,113 @@ scale {
14321432min-height : 10px ;
14331433min-width : 10px ;
14341434padding : 12px ; }
1435- scale fill , scale trough {
1435+ scale > trough {
14361436border : none;
14371437border-radius : 4px ;
14381438background-color : rgba (0 , 0 , 0 , 0.2 );
1439- outline-offset : 2px ;
14401439box-shadow : inset1px 0 rgba (0 , 0 , 0 , 0.5 ); }
1441- scale fill : disabled , scale trough : disabled {
1440+ scale > trough : disabled {
14421441box-shadow : none;
14431442background-color : rgba (0 , 0 , 0 , 0.15 ); }
1444- scale fill : disabled : backdrop , scale trough : disabled : backdrop {
1443+ scale > trough : disabled : backdrop {
14451444background-color : rgba (0 , 0 , 0 , 0.08 ); }
1446- scale fill : backdrop , scale trough : backdrop {
1445+ scale > trough : backdrop {
14471446background-color : rgba (0 , 0 , 0 , 0.1 ); }
1448- scale .vertical fill , scale .vertical trough {
1449- box-shadow : inset0 1px rgba (0 , 0 , 0 , 0.5 ); }
1450- scale .vertical fill : disabled , scale .vertical trough : disabled {
1451- box-shadow : none; }
1452- scale highlight {
1447+ scale .vertical > trough {
1448+ box-shadow : inset0 1px rgba (0 , 0 , 0 , 0.5 ); }
1449+ scale .vertical > trough : disabled {
1450+ box-shadow : none; }
1451+ scale > trough > highlight {
1452+ margin : 0px ;
14531453border : none;
14541454border-radius : 4px ;
14551455background-color : # 2563AE ;
14561456background-image : linear-gradient (to bottom, # 1c75e1, # 489bff ); }
1457- scale highlight : disabled {
1457+ scale > trough > highlight : disabled {
14581458background-image : none;
14591459background-color : # e1e1e1 ; }
1460- scale highlight : disabled : backdrop {
1460+ scale > trough > highlight : disabled : backdrop {
14611461background-color : # e8e8e8 ; }
1462- scale highlight : backdrop {
1462+ scale > trough > highlight : backdrop {
14631463background-color : # a6a6a6 ; }
1464- scale .vertical highlight {
1465- background-image : linear-gradient (to right, # 1c75e1, # 489bff ); }
1466- scale .vertical highlight : disabled {
1467- background-image : none;
1468- background-color : # e1e1e1 ; }
1469- scale .horizontal indicator {
1470- min-height : 6px ;
1471- min-width : 1px ; }
1472- scale .horizontal .fine-tune indicator {
1473- min-height : 3px ; }
1474- scale .vertical indicator {
1475- min-height : 1px ;
1476- min-width : 6px ; }
1477- scale .vertical .fine-tune indicator {
1478- min-width : 3px ; }
1479- scale .fine-tune .horizontal {
1480- padding-top : 10px ;
1481- padding-bottom : 10px ;
1482- min-height : 14px ; }
1483- scale .fine-tune .vertical {
1484- padding-left : 10px ;
1485- padding-right : 10px ;
1486- min-width : 14px ; }
1487- scale .fine-tune slider {
1488- margin : -6px ; }
1489- scale .fine-tune fill , scale .fine-tune trough , scale .fine-tune highlight {
1490- border-radius : 4px ; }
1491- scale .fine-tune marks .top {
1492- margin-bottom : 8px ;
1493- margin-top : -13px ; }
1494- scale .fine-tune marks .bottom {
1495- margin-top : 8px ;
1496- margin-bottom : -13px ; }
1497- scale .fine-tune marks .top {
1498- margin-right : 8px ;
1499- margin-left : -13px ; }
1500- scale .fine-tune marks .bottom {
1501- margin-left : 8px ;
1502- margin-right : -13px ; }
1503- scale slider {
1504- min-height : 15px ;
1464+ scale .vertical > trough > highlight {
1465+ background-image : linear-gradient (to right, # 1c75e1, # 489bff ); }
1466+ scale .vertical > trough > highlight : disabled {
1467+ background-image : none;
1468+ background-color : # e1e1e1 ; }
1469+ scale > trough > slider {
15051470min-width : 15px ;
1506- margin : -7px ;
1471+ min-height : 15px ;
1472+ margin : -5px ;
15071473border : 1px solid# b5b5b5 ;
15081474border-radius : 100% ;
15091475box-shadow : 0 1px 2px 1px rgba (0 , 0 , 0 , 0.09 );
15101476color : # 000000 ;
15111477background-color : # FFFFFF ;
15121478background-image : linear-gradient (to bottom, # e6e6e6, # FFFFFF ); }
1513- scale slider : hover {
1479+ scale > trough > slider : hover {
15141480color : # 000000 ;
15151481background-color : # FFFFFF ; }
1516- scale slider : disabled {
1517- background-color : # e1e1e1 ;
1518- -gtk-icon-shadow : none; }
1519- scale slider : disabled : backdrop {
1520- background-color : # e8e8e8 ;
1521- -gtk-icon-shadow : none; }
1522- scale slider : backdrop {
1482+ scale > trough > slider : disabled {
1483+ background-color : # e1e1e1 ; }
1484+ scale > trough > slider : disabled : backdrop {
1485+ background-color : # e8e8e8 ; }
1486+ scale > trough > slider : backdrop {
15231487color : # 8C8C8C ;
15241488background-color : # f2f2f2 ; }
1525- scale value {
1526- color : alpha (currentColor, 0.55 ); }
1527- scale marks {
1489+ scale .fine-tune .horizontal {
1490+ padding-top : 9.5px ;
1491+ padding-bottom : 9.5px ;
1492+ min-height : 16px ; }
1493+ scale .fine-tune .vertical {
1494+ min-width : 16px ; }
1495+ scale .fine-tune > trough ,
1496+ scale .fine-tune > trough > fill ,
1497+ scale .fine-tune > trough > highlight {
1498+ border-radius : 8px ; }
1499+ scale .fine-tune > trough > slider {
1500+ margin : -2.5px ; }
1501+ scale > value {
1502+ color : alpha (currentColor, 0.55 );
1503+ font-feature-settings : "tnum" ; }
1504+ scale > marks {
15281505color : alpha (currentColor, 0.55 ); }
1529- scale marks .top {
1530- margin-bottom : 6px ;
1531- margin-top : -12px ; }
1532- scale marks .bottom {
1533- margin-top : 6px ;
1534- margin-bottom : -12px ; }
1535- scale marks .top {
1536- margin-right : 6px ;
1537- margin-left : -12px ; }
1538- scale marks .bottom {
1539- margin-left : 6px ;
1540- margin-right : -12px ; }
1506+ scale .horizontal > marks .top {
1507+ margin-bottom : 6px ; }
1508+ scale .horizontal > marks .bottom {
1509+ margin-top : 6px ; }
1510+ scale .horizontal > marks indicator {
1511+ min-width : 1px ;
1512+ min-height : 6px ;
1513+ background-color : currentColor; }
1514+ scale .horizontal > value .left {
1515+ margin-right : 9px ; }
1516+ scale .horizontal > value .right {
1517+ margin-left : 9px ; }
1518+ scale .horizontal .fine-tune > marks .top {
1519+ margin-top : 3px ; }
1520+ scale .horizontal .fine-tune > marks .bottom {
1521+ margin-bottom : 3px ; }
1522+ scale .horizontal .fine-tune > marks indicator {
1523+ min-height : 3px ; }
1524+ scale .vertical > marks .top {
1525+ margin-right : 6px ; }
1526+ scale .vertical > marks .bottom {
1527+ margin-left : 6px ; }
1528+ scale .vertical > marks indicator {
1529+ min-height : 1px ;
1530+ min-width : 6px ;
1531+ background-color : currentColor; }
1532+ scale .vertical > value .top {
1533+ margin-bottom : 9px ; }
1534+ scale .vertical > value .bottom {
1535+ margin-top : 9px ; }
1536+ scale .vertical .fine-tune > marks .top {
1537+ margin-left : 3px ; }
1538+ scale .vertical .fine-tune > marks .bottom {
1539+ margin-right : 3px ; }
1540+ scale .vertical .fine-tune > marks indicator {
1541+ min-height : 3px ; }
15411542
15421543progressbar {
15431544font-size : smaller;