lightdm: move button styling to layout.css

This commit is contained in:
Yusef Aslam 2024-02-01 22:11:58 +00:00
parent 02fcf1993b
commit 1504e78556
2 changed files with 17 additions and 21 deletions

View File

@ -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 {

View File

@ -7,27 +7,6 @@
<link rel="stylesheet" type="text/css" href="css/layout.css" />
</head>
<style>
button {
border-width: 2px;
border-style: outset;
border-color: buttonface;
border-right-color: #424242;
border-bottom-color #424242;
background: silver;
color: black;
padding: 4px;
border-radius: 1px;
}
button:hover {
border: 2px inset #fff;
background: silver;
color: black;
box-shadow: -1px -1px #000;
}
</style>
<body oncontextmenu="return false;">
<div id="box">
<div class="box-inner">