mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-25 15:31:37 +01:00
Fix .wiptopic affecting buttons
This commit is contained in:
parent
fa0506f58a
commit
c79c970171
@ -76,13 +76,13 @@
|
|||||||
color: #2c2;
|
color: #2c2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiptopic a {
|
.wiptopic a:not(.btn) {
|
||||||
color: #7ac;
|
color: #7ac;
|
||||||
}
|
}
|
||||||
|
|
||||||
.discardtopic {
|
.discardtopic {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
a {
|
a:not(.btn) {
|
||||||
color: #7ac;
|
color: #7ac;
|
||||||
}
|
}
|
||||||
filter: brightness(0.5);
|
filter: brightness(0.5);
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
|
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
|
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=3">
|
<link rel="stylesheet" type="text/css" href="/static/custom.css?v=4">
|
||||||
{% block headextra %}{% endblock %}
|
{% block headextra %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user