From c4a1884c6d330181437c582b0f85a2a16205b5ac Mon Sep 17 00:00:00 2001 From: Christian Klein Date: Sun, 9 May 2021 17:57:34 +0200 Subject: [PATCH] Updated styles --- out/css/pc.css | 4 ++++ out/css/style.css | 6 ++++++ out/index.html | 1 + 3 files changed, 11 insertions(+) diff --git a/out/css/pc.css b/out/css/pc.css index f6964c9..404f629 100644 --- a/out/css/pc.css +++ b/out/css/pc.css @@ -458,6 +458,10 @@ th.address { padding: 4px; } +.pc .cu .input-group button { + width: 10em; +} + /* ALU */ .pc .alu input, .pc .alu .button, .pc .alu button{ color: var(--color-alu-text); diff --git a/out/css/style.css b/out/css/style.css index 558425c..aa8c4d0 100644 --- a/out/css/style.css +++ b/out/css/style.css @@ -65,6 +65,12 @@ footer{ .dragDrop.loading { background-color: var(--color-loader-hover); } +.dragDrop .loader { + display: none; +} +.dragDrop.loading .loader { + display: block; +} /*.dragDrop.loading p:first-child::before { content: "⋮"; diff --git a/out/index.html b/out/index.html index 2b909f0..3af7150 100644 --- a/out/index.html +++ b/out/index.html @@ -19,6 +19,7 @@ +