Tasha53505 / 159.356-capstone-project-group

4 stars 0 forks source link

Browsing Folders has no CSS implemented #39

Closed Tasha53505 closed 3 weeks ago

Tasha53505 commented 1 month ago

image

This is due to using the SqueezeJS FileBrowser. I will need to look into this.

Tasha53505 commented 1 month ago

On the Default skin - it looks like this: image

The issue is that my text value isn't updating upon click + no css. looks like a relatively easy fix

Tasha53505 commented 1 month ago

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%;
        }
Tasha53505 commented 1 month ago

image

Tasha53505 commented 3 weeks ago

CSS implemented