mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Added preloader to hide elements before they are correctly rendered
This commit is contained in:
parent
e0e5670d0e
commit
a4d93f23d6
16 changed files with 258 additions and 48 deletions
|
@ -72,6 +72,14 @@ $argBackground: #fff;
|
|||
$argDisabledBackground: #eee;
|
||||
|
||||
|
||||
// Highlighter colours
|
||||
$hl1: #fff000;
|
||||
$hl2: #95dfff;
|
||||
$hl3: #ffb6b6;
|
||||
$hl4: #fcf8e3;
|
||||
$hl5: #8de768;
|
||||
|
||||
|
||||
// Misc.
|
||||
$dropFileBorderColour: #3a87ad;
|
||||
|
||||
|
@ -81,10 +89,3 @@ $bannerBgColour: #dff0d8;
|
|||
$scrollbarTrack: $secondaryBackgroundColour;
|
||||
$scrollbarThumb: #ccc;
|
||||
$scrollbarHover: #bbb;
|
||||
|
||||
// Highlighter colours
|
||||
$hl1: #fff000;
|
||||
$hl2: #95dfff;
|
||||
$hl3: #ffb6b6;
|
||||
$hl4: #fcf8e3;
|
||||
$hl5: #8de768;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue