Styling for beta testing icon.
This commit is contained in:
parent
cb4f57eb4a
commit
f272961fbd
1 changed files with 20 additions and 0 deletions
|
@ -306,3 +306,23 @@ textarea {
|
||||||
.changelog_text {
|
.changelog_text {
|
||||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Beta {
|
||||||
|
color: red;
|
||||||
|
margin-right: 10px;
|
||||||
|
position: relative;
|
||||||
|
top: -3px;
|
||||||
|
background-color: white;
|
||||||
|
padding: 0 4px;
|
||||||
|
border-radius: 3px;
|
||||||
|
border: 1px solid darkred;
|
||||||
|
cursor: help;
|
||||||
|
transition-duration: 200ms;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Beta:hover {
|
||||||
|
color: white;
|
||||||
|
border: 1px solid gray;
|
||||||
|
background-color: darkred;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue