forked from mirrors/treebird
treebird40 changes
FossilOrigin-Name: d9d394b03debff4ecf91a405d27d48910e5dd1f217a101e8830df08f4fb447df
This commit is contained in:
parent
f321c4c5c5
commit
81e6289de1
1 changed files with 16 additions and 10 deletions
26
dist/treebird40.css
vendored
26
dist/treebird40.css
vendored
|
@ -51,7 +51,7 @@ ul
|
|||
|
||||
#main-page
|
||||
{
|
||||
background-color: #fff;
|
||||
background-color: #ffffff;
|
||||
width: 1000px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -108,7 +108,7 @@ table.ui-table td
|
|||
background: rgba(245, 245, 245, 0.8);
|
||||
backdrop-filter: blur(12px);
|
||||
width: 1000px;
|
||||
border-bottom: 1px solid #dadada;
|
||||
border-bottom: 2px solid #eaeaea;
|
||||
z-index: 999;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
|
@ -183,7 +183,7 @@ table.ui-table td
|
|||
min-height: 600px;
|
||||
max-width: 180px;
|
||||
min-width: 180px;
|
||||
background-color: #fcfcfc;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
#leftbar
|
||||
|
@ -259,7 +259,7 @@ table.present th, table.present td
|
|||
/*************************************************
|
||||
* BUTTONS *
|
||||
*************************************************/
|
||||
.sidebarbtn, .btn
|
||||
.btn
|
||||
{
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
@ -268,17 +268,17 @@ table.present th, table.present td
|
|||
transition: background-color .15s, border .15s;
|
||||
}
|
||||
|
||||
.sidebarbtn:hover, .btn:hover
|
||||
.btn:hover
|
||||
{
|
||||
background-color: #ffcccc;
|
||||
background-color: #dddddd;
|
||||
border-bottom: 1px solid #aa4040;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sidebarbtn:active, .btn:active
|
||||
.btn:active
|
||||
{
|
||||
background: linear-gradient(#600000, #aa0000);
|
||||
background-color: #ffcccc;
|
||||
border-color: #400000;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
|
@ -312,13 +312,19 @@ input[type=button], input[type=submit]
|
|||
display: block;
|
||||
padding: 10px 8px 10px 16px;
|
||||
margin: 4px;
|
||||
border-radius: 3px;
|
||||
border-radius: 8px;
|
||||
|
||||
}
|
||||
|
||||
.sidebarbtn:hover
|
||||
{
|
||||
background-color: #fff;
|
||||
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.sidebarbtn.focused
|
||||
{
|
||||
border-right: 3px solid #aa0000;
|
||||
|
||||
}
|
||||
|
||||
.sidebarbtn-sub
|
||||
|
|
Loading…
Reference in a new issue