Remove blue panel corner on default theme

This commit is contained in:
Charles Gagnon
2018-10-22 08:41:15 -04:00
parent 1676292fa1
commit 5d2f5f61db

View File

@@ -102,6 +102,10 @@
background-color: rgba(200, 200, 200, .4);
}
.panel-corner:active, .panel-corner:overview, .panel-corner:focus {
-panel-corner-border-color: rgba(0, 0, 0, .001);
}
.number-overlay {
background-color: rgba(0,0,0,0.8);
color: rgba(256, 256, 256, 1);