1.1.8 upd raise and highlight function in my_routes
This commit is contained in:
@@ -756,6 +756,19 @@ button#send_upgrade:hover {
|
||||
color: #ff0000;
|
||||
|
||||
}
|
||||
.info_text_wrapper{
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.info_text{
|
||||
display: none;
|
||||
}
|
||||
.info_text.show{
|
||||
display: block;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.header-second-item,
|
||||
|
||||
Reference in New Issue
Block a user