mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Info-tips update
This commit is contained in:
@@ -37,4 +37,6 @@
|
||||
font-family: Courier, monospace;
|
||||
box-shadow: #999 1px 1px 1px;
|
||||
}
|
||||
|
||||
.help-key-block {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@@ -82,20 +82,17 @@ div.node-info {
|
||||
}
|
||||
}
|
||||
.node-info-tip {
|
||||
margin: 10px;
|
||||
margin-top: 30px;
|
||||
border-radius: 6px;
|
||||
padding: 12px;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
left:0;
|
||||
right:0;
|
||||
padding: 20px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
color : #aaa;
|
||||
line-height: 1.9em;
|
||||
color : #bbb;
|
||||
background-color: #fff;
|
||||
code {
|
||||
font-size: 16px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 700;
|
||||
padding: 3px 8px 3px 8px;
|
||||
border-radius: 4px;
|
||||
color: #aaa;
|
||||
}
|
||||
@include disable-selection;
|
||||
cursor: default;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user