mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 03:23:11 -07:00
further style changes
This commit is contained in:
parent
335b53e4a0
commit
72ac537c59
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ button.enabled {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -46px;
|
margin-left: -46px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #222222;
|
background: #414141;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -161,4 +161,4 @@ button.enabled {
|
||||||
::-webkit-scrollbar{width:10px;height:10px}
|
::-webkit-scrollbar{width:10px;height:10px}
|
||||||
::-webkit-scrollbar-thumb{background:#414141}
|
::-webkit-scrollbar-thumb{background:#414141}
|
||||||
::-webkit-scrollbar-thumb:hover{background:#969696}
|
::-webkit-scrollbar-thumb:hover{background:#969696}
|
||||||
::-webkit-scrollbar-track{background:#242424}
|
::-webkit-scrollbar-track{background:#222222}
|
Loading…
Add table
Add a link
Reference in a new issue