dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit aa34e2eb04d0b0e0668cbc92319cd5c49167a50b
parent 77040092748c46339446a3621f85515c82130a71
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  5 Mar 2021 10:16:22 +0000

border colour, remove 'session'

Diffstat:
Mlightdm/usr/share/lightdm-webkit/themes/mutiny/css/bootstrap/bootstrap.css | 2+-
Mlightdm/usr/share/lightdm-webkit/themes/mutiny/index.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lightdm/usr/share/lightdm-webkit/themes/mutiny/css/bootstrap/bootstrap.css b/lightdm/usr/share/lightdm-webkit/themes/mutiny/css/bootstrap/bootstrap.css @@ -1709,7 +1709,7 @@ output { } .form-control:focus { color: #753747; - border: 2px solid #deb14f; + border: 2px solid #807b64; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.75), 0 0 8px rgba(244, 62, 80, 0.6); box-shadow: inset 0 1px 1px rgba(255,255,255,0.75), 0 0 8px rgba(244, 62, 80, 0.6); diff --git a/lightdm/usr/share/lightdm-webkit/themes/mutiny/index.html b/lightdm/usr/share/lightdm-webkit/themes/mutiny/index.html @@ -69,7 +69,7 @@ margin-top: 16px; <input type="password" name="password" id="password" class="form-control"> </div> <div id="sessionDisplay"> - session: <span id="sessionNameContainer" style="" ></span> + <span id="sessionNameContainer" style="" ></span> </div> </div> </div>