mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
ID search
This commit is contained in:
104
src/ui/index.css
104
src/ui/index.css
@@ -39,25 +39,75 @@ body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
div#search-id {
|
||||
div.sessions-bar {
|
||||
color: color(light-text);
|
||||
padding-top: 0.5em;
|
||||
border-top: color(border) solid 1px;
|
||||
margin-bottom: 1em;
|
||||
position: relative;
|
||||
flow: horizontal;
|
||||
}
|
||||
|
||||
div.sessions-style {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
div.sessions-style span {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.sessions-style svg {
|
||||
size: 14px;
|
||||
}
|
||||
|
||||
div.sessions-style span.active {
|
||||
cursor: default;
|
||||
border-radius: 3px;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div.search-id {
|
||||
width: 200px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
span.clear-input svg {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
top: 10px;
|
||||
size: 1.4em;
|
||||
color: color(border);
|
||||
}
|
||||
|
||||
div#search-id:hover span.clear-input svg {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.clear-input svg:hover {
|
||||
div.search-id input {
|
||||
font-size: 1em;
|
||||
height: 20px;
|
||||
border: none;
|
||||
padding-left: 26px;
|
||||
}
|
||||
|
||||
div.search-id span {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
padding: 6px;
|
||||
color: color(border);
|
||||
}
|
||||
|
||||
div.search-id svg {
|
||||
size: 14px;
|
||||
}
|
||||
|
||||
span.search-icon {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
span.clear-input {
|
||||
display: none;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
div.search-id:hover span.clear-input {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.clear-input:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
@@ -154,32 +204,6 @@ div.recent-sessions-content {
|
||||
flow: horizontal-flow;
|
||||
}
|
||||
|
||||
div#sessions-bar {
|
||||
color: color(light-text);
|
||||
padding-top: 0.5em;
|
||||
border-top: color(border) solid 1px;
|
||||
margin-bottom: 1em;
|
||||
position: relative;
|
||||
flow: horizontal;
|
||||
}
|
||||
|
||||
div#sessions-bar span {
|
||||
display: inline-block;
|
||||
padding: 0.5em 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div#sessions-bar svg {
|
||||
size: 14px;
|
||||
}
|
||||
|
||||
div#sessions-bar span.active {
|
||||
cursor: default;
|
||||
border-radius: 3px;
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
div.remote-session {
|
||||
border-radius: 1em;
|
||||
height: 140px;
|
||||
|
||||
Reference in New Issue
Block a user