diff --git a/css/main.css b/css/main.css index 531aa74..ddcfcc0 100644 --- a/css/main.css +++ b/css/main.css @@ -70,4 +70,14 @@ nav { } .card-body > .raow > .col:last-child { border-bottom: 0; +} +#inputGroupFile01 { + background-color: lightskyblue; +} +#filepicker { + color: white; + font-weight: bold; +} +#filepicker:hover { + cursor: pointer; } \ No newline at end of file diff --git a/index.html b/index.html index 8229952..005e492 100644 --- a/index.html +++ b/index.html @@ -138,11 +138,14 @@