From 3af4d8f5b7e573a9cee82de19cbbfc644e27143e Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 13 Nov 2020 15:13:58 -0600 Subject: Added some css to trait_list.css restyling the "show/hide column" buttons when they're active. Not really pleased with the result, but styling a button to look depressed is a pain --- wqflask/wqflask/static/new/css/trait_list.css | 32 +++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/wqflask/wqflask/static/new/css/trait_list.css b/wqflask/wqflask/static/new/css/trait_list.css index 691dcb12..b83655da 100644 --- a/wqflask/wqflask/static/new/css/trait_list.css +++ b/wqflask/wqflask/static/new/css/trait_list.css @@ -1,12 +1,20 @@ -div.tool-button-container { - min-width: 950px; -} - -div.collection-table-options { - min-width: 1100px; -} - -div.show-hide-container { - margin-bottom: 5px; - margin-top: 10px; -} \ No newline at end of file +div.tool-button-container { + min-width: 950px; +} + +div.collection-table-options { + min-width: 1100px; +} + +div.show-hide-container { + margin-bottom: 5px; + margin-top: 10px; +} + +button.active { + background: #e5e5e5; + -webkit-box-shadow: inset 0px 0px 5px #c1c1c1; + -moz-box-shadow: inset 0px 0px 5px #c1c1c1; + box-shadow: inset 0px 0px 5px #c1c1c1; + outline: none; + } \ No newline at end of file -- cgit v1.2.3