diff --git a/dist/ratfe20.css b/dist/ratfe20.css index fb3e2bd..55f2b55 100644 --- a/dist/ratfe20.css +++ b/dist/ratfe20.css @@ -1,3 +1,9 @@ +body +{ + background-color: #f6f6f6; +} + + /* Divs and wrappers */ #display-wrapper { @@ -11,12 +17,13 @@ background-color: #ffffff; width: 1000px; border-radius: 5px; - border: 1px solid #bababa; + border-top: 2px solid #fff; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); } #navbar { + background: linear-gradient(#fafafa, #f3f3f3); display: flex; align-items: center; padding: 0 5px; @@ -101,7 +108,7 @@ div#content aside *************************************************/ input[type=button], input[type=submit], .sidebarbtn, .btn { - background: linear-gradient(#fff, #f1f1f1); + background: linear-gradient(#fff, #f7f7f7); color: #000; text-decoration: none; } @@ -397,9 +404,6 @@ ul li:first-child a.sidebarbtn .statusbox textarea { - width: 100%; - min-width: 100%; - max-width: 100%; margin-bottom: 5px; } diff --git a/dist/ratfe30.css b/dist/ratfe30.css index a5b33e4..76b4973 100644 --- a/dist/ratfe30.css +++ b/dist/ratfe30.css @@ -2,7 +2,7 @@ body { font-family: Arial, Helvetica, sans-serif; - background-color: #f6f6f6; + background-color: #fafafa; } a @@ -20,18 +20,19 @@ a #display { overflow: hidden; - background-color: #ffffff; + background-color: #fdfdfd; width: 1000px; border-radius: 5px; - border: 1px solid #bababa; + border: 1px solid #dadada; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); } #navbar { + background-color: #fff; display: flex; align-items: center; - padding: 0 5px; + padding: 5px 8px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); } diff --git a/dist/skel.css b/dist/skel.css index 6599606..0de3872 100644 --- a/dist/skel.css +++ b/dist/skel.css @@ -342,10 +342,10 @@ input[type=button], input[type=submit] .statusbox textarea { - width: 100%; - min-width: 100%; - max-width: 100%; + background-color: #fff; + display: block; margin-bottom: 5px; + z-index: 3; } .statusbox .statusfooter @@ -412,4 +412,3 @@ input[type=button], input[type=submit] list-style-type: none; padding-left: 15px; } -