mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
notes editor - dynamically load 'tiny' script
This commit is contained in:
parent
fe8457ac4c
commit
b970ea12ad
3 changed files with 51 additions and 60 deletions
50
index.css
50
index.css
|
|
@ -2071,6 +2071,17 @@ div.textual span,
|
|||
margin: 4px;
|
||||
}
|
||||
|
||||
#notesLegend {
|
||||
height: 87%;
|
||||
outline: 0;
|
||||
overflow-y: auto;
|
||||
padding: 0.6em;
|
||||
font-family: Copperplate, monospace;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
svg.button {
|
||||
position: relative;
|
||||
background-color: transparent;
|
||||
|
|
@ -2327,45 +2338,6 @@ svg.button {
|
|||
stroke-width: 0;
|
||||
}
|
||||
|
||||
.pell {
|
||||
border: 1px solid hsla(0, 0%, 4%, 0.1);
|
||||
}
|
||||
|
||||
.pell,
|
||||
.pell-content {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.pell-content {
|
||||
height: 14em;
|
||||
outline: 0;
|
||||
overflow-y: auto;
|
||||
padding: 0.6em;
|
||||
font-family: Copperplate, monospace;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
}
|
||||
|
||||
.pell-actionbar {
|
||||
background-color: #fff;
|
||||
border: 1px solid #dedede;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.pell-button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
height: 30px;
|
||||
outline: 0;
|
||||
width: 30px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.pell-button-selected {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 1px;
|
||||
opacity: 0.8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue