tx item fix
This commit is contained in:
parent
c7dfda45a1
commit
ac7e8af991
2 changed files with 69 additions and 20 deletions
29
css/main.css
29
css/main.css
|
|
@ -972,6 +972,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.black {
|
||||
background-color: #2C3E50;
|
||||
}
|
||||
|
||||
.text-light {font-weight: 100;}
|
||||
.text-gray {color: #8597A7;}
|
||||
.text-black {color: #2C3E50;}
|
||||
|
|
@ -1017,4 +1021,29 @@ a.text-white:hover {color: #ccc;}
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.joyride-tip-guide {
|
||||
width: 150px;
|
||||
background: #213140;
|
||||
top: -20px !important;
|
||||
left: 50px !important;
|
||||
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.40);
|
||||
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.40);
|
||||
}
|
||||
|
||||
.joyride-tip-guide .joyride-nub.left {
|
||||
border-color: #213140 !important;
|
||||
border-top-color: transparent !important;
|
||||
border-left-color: transparent !important;
|
||||
border-bottom-color: transparent !important;
|
||||
}
|
||||
|
||||
.joyride-content-wrapper {
|
||||
padding: 0.8rem
|
||||
}
|
||||
|
||||
.joyride-tip-guide p {
|
||||
margin: 0;
|
||||
color: #8597A7;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue