Commit cc3c83ac by Bence Dányi

firewall_gui: fix `select` outline on chrome

parent 276045ce
......@@ -22,6 +22,9 @@
.label a {
color: white;
}
select:focus {
outline: none;
}
</style>
<link href="{% static "css/bootstrap-responsive.min.css" %}" rel="stylesheet">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment