From 1504e78556b691d9253888dd4e873dd6751babd2 Mon Sep 17 00:00:00 2001 From: Yusef Aslam Date: Thu, 1 Feb 2024 22:11:58 +0000 Subject: [PATCH] lightdm: move button styling to layout.css --- Lightdm/Chicago95/css/layout.css | 17 +++++++++++++++++ Lightdm/Chicago95/index.html | 21 --------------------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/Lightdm/Chicago95/css/layout.css b/Lightdm/Chicago95/css/layout.css index e2e9704..8ac97ce 100755 --- a/Lightdm/Chicago95/css/layout.css +++ b/Lightdm/Chicago95/css/layout.css @@ -76,6 +76,23 @@ button:hover { font-size: 10pt; font-family: 'Less Perfect DOS VGA'; display: inline-block; + padding: 4px; + border-radius: 1px; + border-width: 2px; + color: black; + background: silver; +} + +button { + border-style: outset; + border-color: buttonface; + border-right-color: #424242; + border-bottom-color: #424242; +} + +button:hover { + border: 2px inset #fff; + box-shadow: -1px -1px #000; } .header { diff --git a/Lightdm/Chicago95/index.html b/Lightdm/Chicago95/index.html index 5d1e6b5..15d718a 100755 --- a/Lightdm/Chicago95/index.html +++ b/Lightdm/Chicago95/index.html @@ -7,27 +7,6 @@ - - -