[gnome-calendar/wip/gbsneto/sidebar: 24/26] date-chooser: reduce minimum sizes
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/wip/gbsneto/sidebar: 24/26] date-chooser: reduce minimum sizes
- Date: Mon, 19 Jun 2017 17:47:16 +0000 (UTC)
commit 01cf00b4eb0d61ea5d9783b77e0587364090832a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Jun 8 07:55:31 2017 -0300
date-chooser: reduce minimum sizes
data/theme/gtk-styles.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gtk-styles.css b/data/theme/gtk-styles.css
index 44c297d..0706181 100644
--- a/data/theme/gtk-styles.css
+++ b/data/theme/gtk-styles.css
@@ -311,13 +311,14 @@ datechooser day {
}
datechooser day label {
+ font-size: small;
transition-property: color;
transition-duration: 200ms;
}
datechooser day {
- min-height: 32px;
- min-width: 32px;
+ min-height: 25px;
+ min-width: 25px;
border-radius: 50%;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]