From 1c90a056431cc963dbe7482befcbebcf7855d933 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Tue, 23 Feb 2021 11:38:45 +0800 Subject: [PATCH] * Change the font size of navigation buttons. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9a874b08c4..15d6c63b7e 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -54,7 +54,7 @@ a.showMoreImage:hover {opacity: 1;} .table-actions .btn{border: 1px solid #1183fb; color: #1183fb} .table-actions .btn:hover{background: #b3d4fc} -#header #toolbar a{color: #fff; font-size: 14px; line-height: 15px; border: #84a2e2 1px solid} +#header #toolbar a{color: #fff; font-size: 13px; line-height: 15px; border: #84a2e2 1px solid} #navbar .nav>li.divider {margin: 15px 8px 15px 8px;} #navbar .nav>li>a { padding: 10px 10px;}