@@ -1193,48 +1193,66 @@ paned > separator {
1193
1193
paned .sidebar .left , paned .sidebar .right , paned .sidebar .left : dir (rtl ), paned .sidebar : dir (rtl ), paned .sidebar : dir (ltr ), paned .sidebar {
1194
1194
border-style : none; }
1195
1195
1196
- /* not implemented in windows 10 */
1197
1196
overshoot .top {
1197
+ background-image : -gtk-gradient (radial, center top, 0.55 , center top, 0.6 , from (alpha (@color_shadow , 0.2 )), to (transparent));
1198
+ background-size : 100% 60% ;
1199
+ background-repeat : no-repeat;
1200
+ background-position : center top;
1198
1201
background-color : transparent;
1199
1202
border : none;
1200
1203
box-shadow : none; }
1201
1204
overshoot .bottom {
1205
+ background-image : -gtk-gradient (radial, center bottom, 0.55 , center bottom, 0.6 , from (alpha (@color_shadow , 0.2 )), to (transparent));
1206
+ background-size : 100% 60% ;
1207
+ background-repeat : no-repeat;
1208
+ background-position : center bottom;
1202
1209
background-color : transparent;
1203
1210
border : none;
1204
1211
box-shadow : none; }
1205
1212
overshoot .left {
1213
+ background-image : -gtk-gradient (radial, left center, 0.55 , left center, 0.6 , from (alpha (@color_shadow , 0.2 )), to (transparent));
1214
+ background-size : 60% 100% ;
1215
+ background-repeat : no-repeat;
1216
+ background-position : left center;
1206
1217
background-color : transparent;
1207
1218
border : none;
1208
1219
box-shadow : none; }
1209
1220
overshoot .right {
1221
+ background-image : -gtk-gradient (radial, right center, 0.55 , right center, 0.6 , from (alpha (@color_shadow , 0.2 )), to (transparent));
1222
+ background-size : 60% 100% ;
1223
+ background-repeat : no-repeat;
1224
+ background-position : right center;
1210
1225
background-color : transparent;
1211
1226
border : none;
1212
1227
box-shadow : none; }
1213
1228
1214
- /* not implemented in windows 10 */
1215
1229
undershoot .top {
1216
1230
background-color : transparent;
1231
+ background-image : linear-gradient (to left, alpha (@light_shadow , 0.2 ) 50% , alpha (@dark_shadow , 0.2 ) 50% );
1217
1232
padding-top : 1px ;
1218
1233
background-size : 10px 1px ;
1219
1234
background-repeat : repeat-x;
1220
1235
background-origin : content-box;
1221
1236
background-position : center top; }
1222
1237
undershoot .bottom {
1223
1238
background-color : transparent;
1239
+ background-image : linear-gradient (to left, alpha (@light_shadow , 0.2 ) 50% , alpha (@dark_shadow , 0.2 ) 50% );
1224
1240
padding-bottom : 1px ;
1225
1241
background-size : 10px 1px ;
1226
1242
background-repeat : repeat-x;
1227
1243
background-origin : content-box;
1228
1244
background-position : center bottom; }
1229
1245
undershoot .left {
1230
1246
background-color : transparent;
1247
+ background-image : linear-gradient (to top, alpha (@light_shadow , 0.2 ) 50% , alpha (@dark_shadow , 0.2 ) 50% );
1231
1248
padding-left : 1px ;
1232
1249
background-size : 1px 10px ;
1233
1250
background-repeat : repeat-y;
1234
1251
background-origin : content-box;
1235
1252
background-position : left center; }
1236
1253
undershoot .right {
1237
1254
background-color : transparent;
1255
+ background-image : linear-gradient (to top, alpha (@light_shadow , 0.2 ) 50% , alpha (@dark_shadow , 0.2 ) 50% );
1238
1256
padding-right : 1px ;
1239
1257
background-size : 1px 10px ;
1240
1258
background-repeat : repeat-y;
0 commit comments