Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
f1d5f822
Commit
f1d5f822
authored
Apr 05, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
text-info instead of text-primary for terminal tx info. primary is not
always visible on different themes
parent
cca207fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
txLogger.js
src/app/execution/txLogger.js
+6
-6
No files found.
src/app/execution/txLogger.js
View file @
f1d5f822
...
@@ -24,7 +24,7 @@ var css = csjs`
...
@@ -24,7 +24,7 @@ var css = csjs`
opacity: 0.8;
opacity: 0.8;
}
}
.arrow {
.arrow {
color: var(--
primary
);
color: var(--
text-info
);
font-size: 20px;
font-size: 20px;
cursor: pointer;
cursor: pointer;
display: flex;
display: flex;
...
@@ -57,12 +57,12 @@ var css = csjs`
...
@@ -57,12 +57,12 @@ var css = csjs`
display: flex;
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
color: var(--
primary
);
color: var(--
text-info
);
text-transform: uppercase;
text-transform: uppercase;
font-weight: bold;
font-weight: bold;
}
}
.txItem {
.txItem {
color: var(--
primary
);
color: var(--
text-info
);
margin-right: 5px;
margin-right: 5px;
float: left;
float: left;
}
}
...
@@ -70,7 +70,7 @@ var css = csjs`
...
@@ -70,7 +70,7 @@ var css = csjs`
font-weight: bold;
font-weight: bold;
}
}
.tx {
.tx {
color: var(--
primary
);
color: var(--
text-info
);
font-weight: bold;
font-weight: bold;
float: left;
float: left;
margin-right: 10px;
margin-right: 10px;
...
@@ -80,8 +80,8 @@ var css = csjs`
...
@@ -80,8 +80,8 @@ var css = csjs`
.td {
.td {
border-collapse: collapse;
border-collapse: collapse;
font-size: 10px;
font-size: 10px;
color: var(--
primary
);
color: var(--
text-info
);
border: 1px solid var(--
primary
);
border: 1px solid var(--
text-info
);
}
}
#txTable {
#txTable {
margin-top: 1%;
margin-top: 1%;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment