diff options
| author | Victor Tran <[email protected]> | 2017-04-05 23:31:03 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 23:31:03 +1000 |
| commit | 25a2344172234f0d2fd106764cc0ed17f95da0b1 (patch) | |
| tree | 62ce0e7b23db883efe432e9fa33b1318a18f4d96 /Project-Unite | |
| parent | 6ee47cc5c8d2f7e2500a9308197c5cdb575044ae (diff) | |
| download | project-unite-25a2344172234f0d2fd106764cc0ed17f95da0b1.tar.gz project-unite-25a2344172234f0d2fd106764cc0ed17f95da0b1.tar.bz2 project-unite-25a2344172234f0d2fd106764cc0ed17f95da0b1.zip | |
Button changes
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 3 | ||||
| -rw-r--r-- | Project-Unite/Views/Home/Index.cshtml | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index f13c5e5..d497fb0 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -2006,6 +2006,7 @@ select[multiple].input-lg { -ms-user-select: none; user-select: none; text-decoration: none !important; + font-variant: small-caps; } .btn:focus, .btn:active:focus, @@ -2042,7 +2043,7 @@ fieldset[disabled] .btn { .btn-default:focus, .btn-default.active, .open .dropdown-toggle.btn-default { - color: black; + color: white; background-color: rgba(255, 255, 255, 0.25); border: none; } diff --git a/Project-Unite/Views/Home/Index.cshtml b/Project-Unite/Views/Home/Index.cshtml index 419ca0e..fd4d92c 100644 --- a/Project-Unite/Views/Home/Index.cshtml +++ b/Project-Unite/Views/Home/Index.cshtml @@ -8,7 +8,7 @@ <h1 id="homeHeading">Welcome to the multi-user domain.</h1> <hr> <p>You are walking into a world of skins, applications, games, websites, viruses, and untold mysteries. Shift it your way while you uncover the truth behind ShiftOS and the multi-user domain.</p> - <a href="#about" class="btn btn-primary btn-xl page-scroll">I'm in.</a> + <a href="#about" class="btn btn-primary btn-xl page-scroll">Let's go!</a> </div> </div> </header> @@ -63,4 +63,4 @@ <a href="https://ci.appveyor.com/project/ComputeLinux/shiftos"><img alt="Build status" src="https://ci.appveyor.com/api/projects/status/ktdv3nt6c3q88g2t?svg=true"></a> - Click that to go to our AppVeyor page. <p>...Or you can get the source code: <a href="http://github.com/shiftos-game/ShiftOS" class="btn btn-default"><span class="glyphicon glyphicon-file"></span> ShiftOS Code on GitHub</a></p> -</section>
\ No newline at end of file +</section> |
