X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/16399b63be640fbe934ada9da1e8cc4f36b2c8d7..refs/pull/5313/head:/resources/sass/_forms.scss diff --git a/resources/sass/_forms.scss b/resources/sass/_forms.scss index e7ee8c285..67df41714 100644 --- a/resources/sass/_forms.scss +++ b/resources/sass/_forms.scss @@ -321,6 +321,7 @@ input[type=color] { } } .setting-list-label { + @include lightDark(color, #222, #DDD); color: #222; font-size: 1rem; } @@ -400,7 +401,7 @@ input[type=color] { border:none !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; - white-space: nowrap !important; + white-space: nowrap !important; } .title-input input[type="text"] { @@ -440,12 +441,8 @@ input[type=color] { padding: 0; cursor: pointer; position: absolute; - left: 8px; - top: 9px; - @include rtl { - right: 8px; - left: auto; - } + inset-inline-start: 8px; + top: 10px; } input { display: block; @@ -552,4 +549,4 @@ input.shortcut-input { width: auto; max-width: 120px; height: auto; -} \ No newline at end of file +}