Commit 1a243211 by Dányi Bence

webui: fix quota reached style

parent 9d4def95
......@@ -198,6 +198,13 @@ input[type=submit], input[type=button], input[type=reset]{
background: rgba(0,0,0,0.2);
};
}
input:disabled {
background-color: rgba(255,0,0,0.2);
color: #222;
&:hover {
background-color: rgba(255,0,0,0.5);
}
}
textarea {
border-radius: 2px;
......
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