Skip to content

Commit 3c8f5d3

Browse files
committed
CSS styling for state help icon
- Legacy-Id: 6135
1 parent 95fdfb5 commit 3c8f5d3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

static/css/base2.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,24 @@ span.fieldRequired {
363363
color: red;
364364
}
365365

366+
.state-help-icon {
367+
display: inline-block;
368+
margin-left: 0.2em;
369+
padding: 0 0.2em;
370+
font-weight: bold;
371+
font-style: normal;
372+
font-size: 90%;
373+
color: #999;
374+
background-color: #ddd;
375+
text-decoration: none;
376+
}
377+
378+
.state-help-icon:hover {
379+
color: #eee;
380+
background-color: #bbb;
381+
transition-duration: 0.2s;
382+
}
383+
366384
/* js styles */
367385
.js-info {
368386
background-color: #FFDD88;

0 commit comments

Comments
 (0)