Commit cc3c83ac by Bence Dányi

firewall_gui: fix `select` outline on chrome

parent 276045ce
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
.label a { .label a {
color: white; color: white;
} }
select:focus {
outline: none;
}
</style> </style>
<link href="{% static "css/bootstrap-responsive.min.css" %}" rel="stylesheet"> <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