diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-10 15:18:10 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-10 15:18:10 -0400 |
| commit | d4326a225f3e801c98e4acdc6558af1c3fe6ae07 (patch) | |
| tree | 713196cdf182f66a77685a563800aee62df72dba /src/client/views/Main.scss | |
| parent | e0b3c759880639bf56f9b8b39ea2e38c5cbad8a6 (diff) | |
improved text editing.
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index 8ef6b83f1..c4da47e0e 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -169,7 +169,7 @@ button:hover { overflow: scroll; } .mainDiv-textInput { - background-color: rgba(248, 6, 6, 0.1); + background-color: rgba(248, 6, 6, 0.001); width: 200px; height: 200px; position:absolute; @@ -177,7 +177,7 @@ button:hover { top: 0; left: 0; .formattedTextBox-cont { - background-color: rgba(248, 6, 6, 0.1); + background-color: rgba(248, 6, 6, 0.001); width: 100%; height: 100%; position:absolute; |
