Commit 314bd75d authored by Dan Pascu's avatar Dan Pascu

Fixed clipping for the title top corners

parent a666a0bf
...@@ -200,6 +200,8 @@ ...@@ -200,6 +200,8 @@
#title { #title {
background-color: rgba(0, 0, 0, 100); background-color: rgba(0, 0, 0, 100);
border-bottom: 0px solid #222222; border-bottom: 0px solid #222222;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
} }
#close_button { #close_button {
......
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 to comment