From 5cd0525def5f3294786734a1c15a058d6ab81cf5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Oct 2021 11:39:10 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 47 ++++++++++++++++++++++++---------- static/css/anatomy.css | 47 ++++++++++++++++++++++++---------- 2 files changed, 66 insertions(+), 28 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index ec1f16a4..1d4889e2 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -139,8 +139,7 @@ button a { padding-left: 10px; } -.top-bar-link { -} +.top-bar-link {} .marking-list pre { display: inline; @@ -668,11 +667,11 @@ input { } .floating-header { - position: sticky; - top: 1px; - background-color: black; - border: dashed 1px gray; - padding-left: 1em; + position: sticky; + top: 1px; + background-color: black; + border: dashed 1px gray; + padding-left: 1em; } .sba-answer-list { @@ -705,7 +704,7 @@ input { .sba-finish-list a button.unanswered { color: red; border-style: dashed; -} +} .no-select { user-select: none; @@ -746,11 +745,11 @@ input { display: none; } -.hide-show{ - float: right; - transform: rotate(90deg) translateX(10px); - color: blueviolet; - user-select: none; +.hide-show { + float: right; + transform: rotate(90deg) translateX(10px); + color: blueviolet; + user-select: none; } .clear-both { @@ -763,4 +762,24 @@ input { .current-mark { color: gray; -} \ No newline at end of file +} + +.select2-dropdown { + background-color: #05668d; + color: white; + border-color: #05668d; +} + +.select2-selection { + background-color: #05668d; + color: white; + /* border: 1px solid #aaa; */ + border-radius: 0px; +} + +.select2-search__field { + background-color: #05668d; + color: white; + border: 1px solid black; + + } \ No newline at end of file diff --git a/static/css/anatomy.css b/static/css/anatomy.css index ec1f16a4..1d4889e2 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -139,8 +139,7 @@ button a { padding-left: 10px; } -.top-bar-link { -} +.top-bar-link {} .marking-list pre { display: inline; @@ -668,11 +667,11 @@ input { } .floating-header { - position: sticky; - top: 1px; - background-color: black; - border: dashed 1px gray; - padding-left: 1em; + position: sticky; + top: 1px; + background-color: black; + border: dashed 1px gray; + padding-left: 1em; } .sba-answer-list { @@ -705,7 +704,7 @@ input { .sba-finish-list a button.unanswered { color: red; border-style: dashed; -} +} .no-select { user-select: none; @@ -746,11 +745,11 @@ input { display: none; } -.hide-show{ - float: right; - transform: rotate(90deg) translateX(10px); - color: blueviolet; - user-select: none; +.hide-show { + float: right; + transform: rotate(90deg) translateX(10px); + color: blueviolet; + user-select: none; } .clear-both { @@ -763,4 +762,24 @@ input { .current-mark { color: gray; -} \ No newline at end of file +} + +.select2-dropdown { + background-color: #05668d; + color: white; + border-color: #05668d; +} + +.select2-selection { + background-color: #05668d; + color: white; + /* border: 1px solid #aaa; */ + border-radius: 0px; +} + +.select2-search__field { + background-color: #05668d; + color: white; + border: 1px solid black; + + } \ No newline at end of file