mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-07 21:46:33 +08:00
搜索高亮、数字快捷键
This commit is contained in:
parent
b5ee1abca9
commit
c620f090be
@ -10,12 +10,18 @@
|
||||
background: #f5f5f533;
|
||||
cursor: pointer;
|
||||
height: 50px;
|
||||
padding-right: 60px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.select{
|
||||
background: #ebebeb;
|
||||
}
|
||||
|
||||
.founds {
|
||||
color: #FF5722;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding-top: 5px;
|
||||
}
|
||||
@ -42,25 +48,24 @@ font-size: small;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#infopannel {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 1rem;
|
||||
color: white;
|
||||
display: none;
|
||||
}
|
||||
|
||||
img {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.load {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
color: #666666;
|
||||
.numbers{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 60px;
|
||||
font-size: 16px;
|
||||
color: #747474;
|
||||
font-weight: 200;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.numbers div{
|
||||
height: 50px;;
|
||||
line-height: 50px;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user