aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/css
diff options
context:
space:
mode:
authorBrandon Lo <lobrandon1217@gmail.com>2019-07-03 12:32:15 -0400
committerBrandon Lo <lobrandon1217@gmail.com>2019-07-08 09:34:33 -0400
commit0ef4a10abef7fc58c9ab1db8060cf6eb2caca94a (patch)
tree4a04871555a32c82394063fc2c2bbbf27fefa994 /src/static/css
parente0b8bb3ee3c218a65562acdc5e76f714aab92926 (diff)
Redesign multiple select filter widget
Removed the right border on the lab selection box so that it looks better on mobile, replaced with a rounded border around the content. Also fixed the button click bug where it wouldn't filter the images list. It now properly processes the selected host and disables images accordingly. Change-Id: I1dca1962a81e379f6ae3f7c006d6033bdd9f6ad8 Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/base.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/static/css/base.css b/src/static/css/base.css
index 1494e77..a2d5b05 100644
--- a/src/static/css/base.css
+++ b/src/static/css/base.css
@@ -66,9 +66,6 @@ a[aria-expanded="true"] > i.rotate {
box-shadow: 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(109, 243, 76, 0.6);
transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
}
-#grid_wrapper > .row > div:first-child {
- border-right: 1px solid gray;
-}
/* Cursor effects */
.not-allowed {