mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-30 17:15:13 +02:00
lightdm: move button styling to layout.css
This commit is contained in:
parent
02fcf1993b
commit
1504e78556
@ -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 {
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user