106
106
107
107
[data-theme = "dark" ] {
108
108
/* body */
109
- --wallpaper : url ("resources/wallpapers/darkWall.png" );
110
109
--body : # 111 ;
111
110
--body-color : # ffffff ;
112
111
--userselect-background : # ffffff0a ;
145
144
/* desktop */
146
145
--desktopapp-background : # 8c8c8c5e ;
147
146
--inputAppSearch-background : # 373737 ;
148
- --inputApsSearchNoneFocus-color : # 9d9d9d ;
147
+ --inputAppSearchNoneFocus-color : # 9d9d9d ;
148
+ --inputAppSearch-focus-boxShadow : 0 0 54px -8px # 75ff8c ;
149
+ --inputAppSearch-focus-background : # 373737a6 ;
149
150
--inputAppSearch-color : # ffffff ;
150
151
151
152
/* dock */
197
198
--tab-active-close-active-hover : # 424242 ;
198
199
--tab-active-background : # 1c1c1c ;
199
200
--tab-active-hover-color : # 47CA64 ;
200
- --tab-inactive-background : # 0000 ;
201
+ --tab-inactive-background : # 2d2d2d ;
201
202
--tab-hover-background : # 85ff9e59 ;
202
203
}
203
204
204
205
[data-theme = "night" ] {
205
206
/* body */
206
- --wallpaper : url ("resources/wallpapers/nightWall.png" );
207
207
--body : # 0e0a40 ;
208
208
--body-color : # fff7a5 ;
209
209
--userselect-background : # ffffff0a ;
242
242
/* desktop */
243
243
--desktopapp-background : # 0e0b35 ;
244
244
--inputAppSearch-background : # 302a73 ;
245
- --inputApsSearchNoneFocus-color : # 716ae1 ;
245
+ --inputAppSearchNoneFocus-color : # 716ae1 ;
246
+ --inputAppSearch-focus-boxShadow : 0 0 54px -8px # fffac7 ;
247
+ --inputAppSearch-focus-background : # 302a73 ;
246
248
--inputAppSearch-color : # fff7a5 ;
247
249
248
250
/* dock */
300
302
301
303
[data-theme = "fracital" ] {
302
304
/* body */
303
- --wallpaper : url ("resources/wallpapers/fracitalWall.png" );
304
305
--body : # 1C1C1C ;
305
306
--body-color : # FF75F9 ;
306
307
--userselect-background : # ffffff0a ;
339
340
/* desktop */
340
341
--desktopapp-background : # 8c8c8c5e ;
341
342
--inputAppSearch-background : # 202020 ;
342
- --inputApsSearchNoneFocus-color : # 757575 ;
343
+ --inputAppSearchNoneFocus-color : # 757575 ;
344
+ --inputAppSearch-focus-boxShadow : 0 0 54px -8px # ff3bf5 ;
345
+ --inputAppSearch-focus-background : # 20202083 ;
343
346
--inputAppSearch-color : # FF40F7 ;
344
347
345
348
/* dock */
@@ -692,7 +695,7 @@ main.closedA {
692
695
visibility : collapse;
693
696
inset : 0 ;
694
697
background-color : transparent;
695
- justify-content : center;
698
+ justify-items : center;
696
699
align-content : center;
697
700
}
698
701
@@ -1111,11 +1114,7 @@ li {
1111
1114
}
1112
1115
1113
1116
.inputAppSearch {
1114
- position : absolute;
1115
- top : 54px ;
1116
- left : 50% ;
1117
- transform : translateX (-50% );
1118
- background-color : var (--inputAppSearch-background );
1117
+ transform : translateY (calc (-355px ));
1119
1118
border : none;
1120
1119
border-radius : 8px ;
1121
1120
height : 40px ;
@@ -1126,18 +1125,23 @@ main > .inputAppSearch {
1126
1125
}
1127
1126
1128
1127
.inputAppSearch input {
1128
+ width : calc (100% - 20px );
1129
1129
transition : 200ms ease-in-out;
1130
- color : var (--inputApsSearchNoneFocus-color );
1130
+ background-color : var (--inputAppSearch-background );
1131
+ color : var (--inputAppSearchNoneFocus-color );
1131
1132
border : none;
1132
- background-color : transparent;
1133
1133
padding : 0 10px ;
1134
1134
font-size : 16px ;
1135
1135
height : 100% ;
1136
+ border-radius : 8px ;
1137
+ box-shadow : 0 0 0px 2px transparent;
1136
1138
}
1137
1139
1138
1140
.inputAppSearch input : focus-visible {
1141
+ box-shadow : var (--inputAppSearch-focus-boxShadow );
1142
+ background-color : var (--inputAppSearch-focus-background );
1139
1143
outline : none;
1140
- color : var (--inputApsSearch -color );
1144
+ color : var (--inputAppSearch -color );
1141
1145
}
1142
1146
1143
1147
.start {
@@ -1508,7 +1512,7 @@ main > .inputAppSearch {
1508
1512
1509
1513
.browser iframe {
1510
1514
border-radius : 0 ;
1511
- height : calc (100% - 93 px );
1515
+ height : calc (100% - 84 px );
1512
1516
}
1513
1517
1514
1518
.winmini {
@@ -1969,6 +1973,7 @@ iframe {
1969
1973
flex-direction : row;
1970
1974
background : var (--tab-container-background );
1971
1975
align-items : center;
1976
+ transition : 200ms ease-in-out;
1972
1977
}
1973
1978
1974
1979
.bBtnIcon {
@@ -1992,15 +1997,16 @@ iframe {
1992
1997
}
1993
1998
1994
1999
.chrome-tabs {
1995
- box-sizing : border-box;
1996
- position : relative;
1997
- font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Helvetica,
1998
- Arial, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ;
1999
- font-size : 12px ;
2000
- height : 46px ;
2001
- padding : 12px 3px 4px 3px ;
2002
- overflow : hidden;
2003
- width : calc (100% - 50px );
2000
+ box-sizing : border-box;
2001
+ position : relative;
2002
+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ;
2003
+ font-size : 12px ;
2004
+ height : max-content;
2005
+ padding : 2px 0px 0px 0px ;
2006
+ overflow : hidden;
2007
+ overflow-x : hidden;
2008
+ width : calc (100% - 50px );
2009
+ overflow-x : auto;
2004
2010
}
2005
2011
2006
2012
.chrome-tabs * {
@@ -2012,6 +2018,7 @@ iframe {
2012
2018
position : relative;
2013
2019
width : 100% ;
2014
2020
height : 100% ;
2021
+ min-height : 34px ;
2015
2022
}
2016
2023
2017
2024
.chrome-tabs .chrome-tab {
@@ -2333,6 +2340,7 @@ iframe {
2333
2340
2334
2341
.chrome-tabs .chrome-tab [active ] .chrome-tab-content {
2335
2342
background : var (--tab-active-background );
2343
+ box-shadow : none;
2336
2344
}
2337
2345
2338
2346
.chrome-tab-title {
0 commit comments