@@ -56,7 +56,7 @@ StScrollBar StBin#trough {
56
56
57
57
StScrollBar StButton # vhandle ,
58
58
StScrollBar StButton # hhandle {
59
- border-image : url ("control-assets/scroll-handle.svg " ) 3 ;
59
+ border-image : url ("control-assets/scroll-handle.png " ) 10 ;
60
60
}
61
61
62
62
StScrollBar StButton # vhandle : hover ,
@@ -65,7 +65,7 @@ StScrollBar StButton#hhandle {
65
65
StScrollBar StButton # hhandle : active ,
66
66
StScrollBar StButton # vhandle : focus ,
67
67
StScrollBar StButton # hhandle : focus {
68
- border-image : url ("control-assets/scroll-handle-hover.svg " ) 3 ;
68
+ border-image : url ("control-assets/scroll-handle-hover.png " ) 10 ;
69
69
}
70
70
71
71
@@ -185,17 +185,16 @@ StScrollBar StButton#hhandle {
185
185
padding-right : 0px ;
186
186
padding-top : 0px ;
187
187
padding-bottom : 0px ;
188
- min-width : 250 px ;
188
+ min-width : 200 px ;
189
189
min-height : 80px ;
190
190
border : rgba (50 , 50 , 50 , 0.9 );
191
191
border-radius : 0 0 0 0 ;
192
- box-shadow : none;
193
192
background-color : rgba (25 , 25 , 25 , 0.95 );
194
193
border-top : 1px ;
195
194
border-left : 1px ;
196
195
border-right : 1px ;
197
196
border-bottom : 1px ;
198
- box-shadow : 0 0 8 px 1 px # 4c4c4c ;
197
+ box-shadow : none ;
199
198
}
200
199
201
200
.popup-menu StEntry {
@@ -352,7 +351,7 @@ background-color: none;
352
351
color : # 326b65 ;
353
352
font-size : 9pt ;
354
353
height : 40px ;
355
- padding : 0 px ;
354
+ padding : px ;
356
355
}
357
356
358
357
# panelLeft , # panelCenter , # panelRight {
@@ -1405,12 +1404,16 @@ background: #111;
1405
1404
/* ===================================================================
1406
1405
* Menu (menu.js)
1407
1406
* ===================================================================*/
1407
+ .menu-background {
1408
+ box-shadow : 1px -1px 4px 1px rgba (1 , 1 , 1 , 0.6 );
1409
+ }
1410
+
1408
1411
1409
1412
.menu-favorites-box {
1410
1413
margin : auto;
1411
1414
padding-top : 10px ;
1412
1415
padding-left : 0 ;
1413
- padding-right : 10 px ;
1416
+ padding-right : 0 ;
1414
1417
padding-bottom : 10px ;
1415
1418
}
1416
1419
@@ -1451,8 +1454,8 @@ background: #111;
1451
1454
1452
1455
.menu-applications-outer-box {
1453
1456
padding-top : 10px ;
1454
- padding-left : 10 px ;
1455
- padding-right : 5 px ;
1457
+ padding-left : 5 px ;
1458
+ padding-right : 0 ;
1456
1459
padding-bottom : 0px ;
1457
1460
}
1458
1461
@@ -1465,7 +1468,7 @@ background: #111;
1465
1468
}
1466
1469
1467
1470
.menu-application-button-selected {
1468
- border-image : url ("background-assets/hover.svg" ) 4 ;
1471
+ border-image : url ("background-assets/hover.svg" ) 8 ;
1469
1472
padding-top : 7px ;
1470
1473
padding-left : 7px ;
1471
1474
padding-right : 7px ;
@@ -1482,11 +1485,11 @@ background: #111;
1482
1485
}
1483
1486
1484
1487
.menu-application-button : highlighted {
1485
- border-image : url ( "misc-assets/highlighted.svg" ) 4 ;
1488
+ background-color : rgba ( 219 , 121 , 8 , 0.85 )
1486
1489
}
1487
1490
1488
1491
.menu-application-button-selected : highlighted {
1489
- border-image : url ( "background-assets/hover.svg" ) 4 ;
1492
+ background-color : rgba ( 219 , 121 , 8 , 0.98 )
1490
1493
}
1491
1494
1492
1495
.menu-category-button {
@@ -1506,7 +1509,7 @@ background: #111;
1506
1509
}
1507
1510
1508
1511
.menu-category-button-selected {
1509
- border-image : url ( "background-assets/hover.svg" ) 8 ;
1512
+ background-color : rgba ( 255 , 255 , 255 , 0.3 ) ;
1510
1513
padding-top : 7px ;
1511
1514
padding-left : 7px ;
1512
1515
padding-right : 7px ;
@@ -1559,7 +1562,7 @@ background: #111;
1559
1562
* ===================================================================*/
1560
1563
1561
1564
.window-list-box {
1562
- spacing : 6 px ;
1565
+ spacing : 8 px ;
1563
1566
padding-top : 0 ;
1564
1567
}
1565
1568
@@ -1898,8 +1901,8 @@ background: #111;
1898
1901
.applet-box {
1899
1902
font-weight : normal;
1900
1903
color : # fff ;
1901
- padding-left : 4 px ;
1902
- padding-right : 4 px ;
1904
+ padding-left : 6 px ;
1905
+ padding-right : 6 px ;
1903
1906
}
1904
1907
1905
1908
.applet-box : hover ,
@@ -1971,3 +1974,77 @@ background: #111;
1971
1974
color : # fff ;
1972
1975
text-align : center;
1973
1976
}
1977
+
1978
+ .info-osd {
1979
+ font-size : 18pt ;
1980
+ font-weight : normal;
1981
+ border-image : url ("background-assets/popup.svg" ) 7 ;
1982
+ color : white;
1983
+ padding : 20px ;
1984
+ text-align : center;
1985
+ }
1986
+
1987
+ .osd-window {
1988
+ border-image : url ("background-assets/popup.svg" ) 7 ;
1989
+ padding : 20px ;
1990
+ color : white;
1991
+ spacing : 1em ;
1992
+ }
1993
+
1994
+ .osd-window .level {
1995
+ height : 0.7em ;
1996
+ border-radius : 0px ;
1997
+ background-color : rgba (0 , 0 , 0 , 0.35 );
1998
+ }
1999
+
2000
+ .tile-preview ,
2001
+ .tile-preview .snap ,
2002
+ .tile-hud ,
2003
+ .tile-hud .snap {
2004
+ background-color : rgba (49 , 106 , 197 , 0.5 );
2005
+ border : 1px solid rgba (49 , 106 , 197 , 0.8 );
2006
+ }
2007
+
2008
+ .tile-hud : top {
2009
+ border-top-width : 0px ;
2010
+ border-radius : 0px 0px 8px 8px ;
2011
+ }
2012
+
2013
+ .tile-hud : bottom {
2014
+ border-bottom-width : 0px ;
2015
+ border-radius : 8px 8px 0px 0px ;
2016
+ }
2017
+
2018
+ .tile-hud : left {
2019
+ border-left-width : 0px ;
2020
+ border-radius : 0px 8px 8px 0px ;
2021
+ }
2022
+
2023
+ .tile-hud : right {
2024
+ border-right-width : 0px ;
2025
+ border-radius : 8px 0px 0px 8px ;
2026
+ }
2027
+
2028
+ .tile-hud : top-left {
2029
+ border-top-width : 0px ;
2030
+ border-left-width : 0px ;
2031
+ border-radius : 0px 0px 8px 0px ;
2032
+ }
2033
+
2034
+ .tile-hud : top-right {
2035
+ border-top-width : 0px ;
2036
+ border-right-width : 0px ;
2037
+ border-radius : 0px 0px 0px 8px ;
2038
+ }
2039
+
2040
+ .tile-hud : bottom-left {
2041
+ border-bottom-width : 0px ;
2042
+ border-left-width : 0px ;
2043
+ border-radius : 0px 8px 0px 0px ;
2044
+ }
2045
+
2046
+ .tile-hud : bottom-right {
2047
+ border-bottom-width : 0px ;
2048
+ border-right-width : 0px ;
2049
+ border-radius : 8px 0px 0px 0px ;
2050
+ }
0 commit comments