Skip to content

Commit dfc2d40

Browse files
committed
Rework as rebase on Azurra & parents, rework checkradio
1 parent a3d6e9c commit dfc2d40

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

gtk-3.20/gtk-widgets.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,48 +1193,66 @@ paned > separator {
11931193
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
11941194
border-style: none; }
11951195

1196-
/* not implemented in windows 10 */
11971196
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;
11981201
background-color: transparent;
11991202
border: none;
12001203
box-shadow: none; }
12011204
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;
12021209
background-color: transparent;
12031210
border: none;
12041211
box-shadow: none; }
12051212
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;
12061217
background-color: transparent;
12071218
border: none;
12081219
box-shadow: none; }
12091220
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;
12101225
background-color: transparent;
12111226
border: none;
12121227
box-shadow: none; }
12131228

1214-
/* not implemented in windows 10 */
12151229
undershoot.top {
12161230
background-color: transparent;
1231+
background-image: linear-gradient(to left, alpha(@light_shadow, 0.2) 50%, alpha(@dark_shadow, 0.2) 50%);
12171232
padding-top: 1px;
12181233
background-size: 10px 1px;
12191234
background-repeat: repeat-x;
12201235
background-origin: content-box;
12211236
background-position: center top; }
12221237
undershoot.bottom {
12231238
background-color: transparent;
1239+
background-image: linear-gradient(to left, alpha(@light_shadow, 0.2) 50%, alpha(@dark_shadow, 0.2) 50%);
12241240
padding-bottom: 1px;
12251241
background-size: 10px 1px;
12261242
background-repeat: repeat-x;
12271243
background-origin: content-box;
12281244
background-position: center bottom; }
12291245
undershoot.left {
12301246
background-color: transparent;
1247+
background-image: linear-gradient(to top, alpha(@light_shadow, 0.2) 50%, alpha(@dark_shadow, 0.2) 50%);
12311248
padding-left: 1px;
12321249
background-size: 1px 10px;
12331250
background-repeat: repeat-y;
12341251
background-origin: content-box;
12351252
background-position: left center; }
12361253
undershoot.right {
12371254
background-color: transparent;
1255+
background-image: linear-gradient(to top, alpha(@light_shadow, 0.2) 50%, alpha(@dark_shadow, 0.2) 50%);
12381256
padding-right: 1px;
12391257
background-size: 1px 10px;
12401258
background-repeat: repeat-y;

0 commit comments

Comments
 (0)