From dc9f4a30a47cdce1e0070c18398351ea6c307305 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 6 Nov 2014 14:01:04 -0500 Subject: Add visual cues to configuration panels Make it easier to recognize which plugins are enabled and which are disabled. Also make it easier to recognize when a plugin has just changed state, by flashing its row (help also realize it may have moved up/down) Based on concept work by Petr Vobornik Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- less/admin.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'less/admin.less') diff --git a/less/admin.less b/less/admin.less index 0b71139..f58f3ab 100644 --- a/less/admin.less +++ b/less/admin.less @@ -81,9 +81,11 @@ // Open Sans Fonts @import "font.less"; +// Admin Interface styles +@import "admin/variables.less"; +@import "admin/widgets.less"; + + // remove warnings @fa-var-angle-right: ">"; @fa-var-angle-down: "\f107"; - -// bigger default font -@font-size-base: 14px; -- cgit