Merge remote-tracking branch 'origin/develop' into develop

pull/4797/head
Weblate 2017-07-20 13:05:10 +00:00
commit 2cc153c796
1 changed files with 20 additions and 0 deletions

View File

@ -306,3 +306,23 @@ textarea {
.changelog_text {
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;
}