summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-11-29 18:14:56 +0100
committerBastien Nocera <hadess@hadess.net>2016-11-29 18:24:29 +0100
commite069b731d5d4ce08b67badfefa3e7165f769ed35 (patch)
treef394e1ac60969aeadc642cf5a8fbc37720ad42e6
parent307ec495493bc255b55edf035e08c11b188df23b (diff)
downloadgnome-bluetooth-e069b731d5d4ce08b67badfefa3e7165f769ed35.tar.gz
lib: Fix the PIN font size for GTK+ 3.20
-rw-r--r--lib/bluetooth-settings.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/bluetooth-settings.css b/lib/bluetooth-settings.css
index d419e929..29506521 100644
--- a/lib/bluetooth-settings.css
+++ b/lib/bluetooth-settings.css
@@ -1,7 +1,7 @@
-GtkEntry.entry.pin-entry {
- font: 50 regular;
+entry.pin-entry {
+ font: 50px regular;
}
-GtkLabel.pin-label {
- font: 50 regular;
+label.pin-label {
+ font: 50px regular;
}