Skip to content

Commit

Permalink
Updated for Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmraya committed Jul 28, 2021
1 parent 08f89f6 commit 9c5871d
Show file tree
Hide file tree
Showing 23 changed files with 554 additions and 272 deletions.
58 changes: 36 additions & 22 deletions css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

body {
background: var(--gray160);
background: var(--gray150);
color: var(--gray10);
fill: var(--gray10);
stroke: var(--gray10);
Expand Down Expand Up @@ -80,7 +80,7 @@ table {
thead {
height: 24px;
background: var(--themePrimary);
border-radius: 2px 2px 0px 0px;
border-radius: 4px 4px 0px 0px;
color: var(--white);
}

Expand Down Expand Up @@ -155,6 +155,7 @@ th {
.titlePanel {
margin: 0;
padding: 0;
border-radius: 4px 4px 0px 0px;
background: var(--themeDark);
color: var(--white);
fill: var(--white);
Expand Down Expand Up @@ -268,6 +269,10 @@ input:focus {
border: 1px solid var(--themePrimary);
}

input:focus+label {
color: var(--themePrimary);
}

input:disabled {
background-color: var(--gray90);
}
Expand Down Expand Up @@ -315,6 +320,7 @@ button {

button:focus {
outline: none !important;
background: var(--themeDarkAlt);
}

button:hover {
Expand Down Expand Up @@ -451,6 +457,7 @@ th svg {
background: var(--gray150);
margin: 0;
padding: 0;
border-bottom: 2px solid var(--gray130);
}

.tab {
Expand All @@ -473,10 +480,14 @@ th svg {
border-right: 1px solid var(--gray150) !important;
}

.tabBackground {
background: var(--gray130);
}

.tab:hover {
color: var(--gray10);
fill: var(--gray10);
stroke: var(--gray10);
color: var(--themeTertiary);
fill: var(--themeTertiary);
stroke: var(--themeTertiary);
}

.selectedTab:hover {
Expand All @@ -503,8 +514,8 @@ th svg {
display: block;
}

.hiddenTab {
display: none;
.lighter {
background-color: var(--gray150);
}

.panel {
Expand Down Expand Up @@ -579,6 +590,7 @@ th svg {

.bordered {
border: 1px solid var(--white) !important;
border-radius: 4px;
}

.error {
Expand All @@ -603,27 +615,26 @@ th svg {
}

.paddedPanel {
margin-top: 8px;
margin-right: 4px;
margin-left: 8px;
margin-bottom: 8px;
border-radius: 2px;
width: calc(100% - 12px);
margin: 8px;
border-radius: 4px;
width: calc(100% - 16px);
height: calc(100% - 16px);
overflow: auto;
box-shadow: 0px 2px 4px var(--black);
background: var(--gray160);
border: 1px solid var(--black);
}

.leftPaddedPanel {
margin-top: 8px;
margin-right: 4px;
margin-left: 8px;
margin-bottom: 8px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 16px);
overflow: auto;
box-shadow: 0px 2px 4px var(--black);
background: var(--gray160);
border: 1px solid var(--black);
}

.rightPaddedPanel {
Expand All @@ -637,30 +648,33 @@ th svg {
margin-right: 8px;
margin-left: 4px;
margin-bottom: 4px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 12px);
box-shadow: 0px 2px 4px var(--black);
background: var(--gray160);
border: 1px solid var(--black);
}

.centerPaddedPanel {
margin-top: 4px;
margin-right: 8px;
margin-left: 4px;
margin-bottom: 4px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 8px);
box-shadow: 0px 2px 4px var(--black);
background: var(--gray160);
border: 1px solid var(--black);
}

.bottomPaddedPanel {
margin-top: 4px;
margin-right: 8px;
margin-left: 4px;
margin-bottom: 8px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 12px);
box-shadow: 0px 2px 4px var(--black);
background: var(--gray160);
border: 1px solid var(--black);
}
58 changes: 36 additions & 22 deletions css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ table {
thead {
height: 24px;
background: var(--themePrimary);
border-radius: 2px 2px 0px 0px;
border-radius: 4px 4px 0px 0px;
color: var(--white);
}

Expand Down Expand Up @@ -114,7 +114,7 @@ td.editing {
td.fixed {
text-align: center;
vertical-align: middle;
background-color: var(--gray10) !important;
background-color: var(--white) !important;
cursor: default !important;
}

Expand Down Expand Up @@ -155,6 +155,7 @@ th {
.titlePanel {
margin: 0;
padding: 0;
border-radius: 4px 4px 0px 0px;
background: var(--themeDark);
color: var(--white);
fill: var(--white);
Expand Down Expand Up @@ -267,6 +268,10 @@ input:focus {
border: 1px solid var(--themePrimary);
}

input:focus+label {
color: var(--themePrimary);
}

input:disabled {
background-color: var(--gray90);
}
Expand Down Expand Up @@ -314,6 +319,7 @@ button {

button:focus {
outline: none !important;
background: var(--themeDarkAlt);
}

button:hover {
Expand Down Expand Up @@ -450,6 +456,7 @@ th svg {
background: var(--gray30);
margin: 0;
padding: 0;
border-bottom: 2px solid var(--gray50);
}

.tab {
Expand All @@ -472,10 +479,14 @@ th svg {
border-right: 1px solid var(--gray60) !important;
}

.tabBackground {
background: var(--gray50);
}

.tab:hover {
color: var(--black);
fill: var(--black);
stroke: var(--black);
color: var(--themePrimary);
fill: var(--themePrimary);
stroke: var(--themePrimary);
}

.selectedTab:hover {
Expand All @@ -502,8 +513,8 @@ th svg {
display: block;
}

.hiddenTab {
display: none;
.lighter {
background-color: var(--gray10);
}

.panel {
Expand Down Expand Up @@ -578,6 +589,7 @@ th svg {

.bordered {
border: 1px solid var(--black) !important;
border-radius: 4px;
}

.error {
Expand All @@ -602,27 +614,26 @@ th svg {
}

.paddedPanel {
margin-top: 8px;
margin-right: 8px;
margin-left: 8px;
margin-bottom: 8px;
border-radius: 2px;
width: calc(100% - 12px);
margin: 8px;
border-radius: 4px;
width: calc(100% - 16px);
height: calc(100% - 16px);
overflow: auto;
box-shadow: 0px 2px 4px var(--gray130);
background: var(--gray30);
border: 1px solid var(--gray130);
}

.leftPaddedPanel {
margin-top: 8px;
margin-right: 4px;
margin-left: 8px;
margin-bottom: 8px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 16px);
overflow: auto;
box-shadow: 0px 2px 4px var(--gray130);
background: var(--gray30);
border: 1px solid var(--gray130);
}

.rightPaddedPanel {
Expand All @@ -636,30 +647,33 @@ th svg {
margin-right: 8px;
margin-left: 4px;
margin-bottom: 4px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 12px);
box-shadow: 0px 2px 4px var(--gray130);
background: var(--gray30);
border: 1px solid var(--gray130);
}

.centerPaddedPanel {
margin-top: 4px;
margin-right: 8px;
margin-left: 4px;
margin-bottom: 4px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 8px);
box-shadow: 0px 2px 4px var(--gray130);
background: var(--gray30);
border: 1px solid var(--gray130);
}

.bottomPaddedPanel {
margin-top: 4px;
margin-right: 8px;
margin-left: 4px;
margin-bottom: 8px;
border-radius: 2px;
border-radius: 4px;
width: calc(100% - 12px);
height: calc(100% - 12px);
box-shadow: 0px 2px 4px var(--gray130);
background: var(--gray30);
border: 1px solid var(--gray130);
}
2 changes: 1 addition & 1 deletion html/convertCSV.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</tr>
</table>

<div style="border: 1px solid var(--normal-color);margin:4px 8px;">
<div style="margin:4px 8px;" class="bordered">
<div id="preview" style="width: 100%; height:200px; overflow-x: auto; overflow-y: auto; ">
<pre id="preview" style="width: 100%;">
Preview not available
Expand Down
2 changes: 1 addition & 1 deletion html/convertExcel.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</tr>
</table>

<div style="border: 1px solid var(--normal-color);margin:4px 8px;">
<div style="margin:4px 8px;" class="bordered">
<div id="preview" style="width: 100%; height:200px; overflow-x: auto; overflow-y: auto; ">
<pre id="preview" style="width: 100%;">
Preview not available
Expand Down
Loading

0 comments on commit 9c5871d

Please sign in to comment.