Closed Tasha53505 closed 3 weeks ago
On the Default skin - it looks like this:
The issue is that my text value isn't updating upon click + no css. looks like a relatively easy fix
Added:
/* ------------ Browse Folders CSS (Rescan) ------------ */
.x-window {
background-color: #151d3a;
border-radius: 30px;
}
.x-window .x-window-body {
background-color: #273047;
border-radius: 30px;
}
#filesystembrowser {
background-color: #2d3a5d;
border-radius: 30px;
}
.x-btn-text {
background-color: #1266db;
padding: 10%;
}
CSS implemented
This is due to using the SqueezeJS FileBrowser. I will need to look into this.