From 0f37d9def7ae5f23d7a806585da3099e748a3123 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 15 May 2017 14:53:51 +0200 Subject: [PATCH] Change the button font size in the toolbar --- customize.dist/src/less/variables.less | 2 +- customize.dist/toolbar.css | 2 +- www/drive/file.css | 2 +- www/drive/file.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customize.dist/src/less/variables.less b/customize.dist/src/less/variables.less index 097c76536..8bf6dc502 100644 --- a/customize.dist/src/less/variables.less +++ b/customize.dist/src/less/variables.less @@ -72,7 +72,7 @@ @toolbar-gradient-start: #f5f5f5; @toolbar-gradient-end: #DDDDDD; -@toolbar-button-font-size: 14px; +@toolbar-button-font-size: 12px; @topbar-back: #fff; @topbar-color: #000; diff --git a/customize.dist/toolbar.css b/customize.dist/toolbar.css index 96c401534..d08954236 100644 --- a/customize.dist/toolbar.css +++ b/customize.dist/toolbar.css @@ -118,7 +118,7 @@ float: right; } .cryptpad-toolbar button { - font-size: 14px; + font-size: 12px; border: 1px solid transparent; border-radius: .25rem; color: #292b2c; diff --git a/www/drive/file.css b/www/drive/file.css index 32ad48108..0868dae98 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -467,7 +467,7 @@ span.fa-folder-open { } #driveToolbar button { height: 24px; - font-size: 14px; + font-size: 12px; } #driveToolbar button.element { border-radius: 2px; diff --git a/www/drive/file.less b/www/drive/file.less index a09f02981..138f6eec2 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -23,7 +23,7 @@ @toolbar-path-bg: #fff; @toolbar-path-border: #888; -@button-font-size: 14px; +@button-font-size: 12px; @size-mobile: 600px;