Skip to content

Commit 487d8e6

Browse files
committed
[Gtk-3.22] Tweaks in popover.events list for gnome-calendar
1 parent bf8f3b0 commit 487d8e6

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

src/gtk-3.20/scss/widgets/_menu.scss

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,39 @@
286286
}
287287
}
288288

289+
//gnome-calendar-fix
290+
popover.events {
291+
grid.vertical {
292+
&, & list, & list row, & list box {
293+
margin: 0;
294+
border-radius: 0;
295+
background-color: $menu_bg_color;
296+
}
297+
}
298+
299+
grid.vertical box.vertical {
300+
border-top-left-radius: 0;
301+
border-top-right-radius: 0;
302+
}
303+
}
304+
305+
popover {
306+
list.calendar-list row { padding: 0px; }
307+
308+
datechooser {
309+
& grid.vertical navigator button {
310+
min-height: 20px;
311+
min-width: 20px;
312+
margin: 5px;
313+
}
314+
315+
& grid.horizontal day.day {
316+
min-height: 24px;
317+
min-width: 24px;
318+
}
319+
}
320+
}
321+
289322
modelbutton.flat,
290323
menuitem.button.flat {
291324
padding: ($spacing - 1px) ($spacing + 1px);

0 commit comments

Comments
 (0)