mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(css) set correct order
This commit is contained in:
parent
c23c1bcedc
commit
0a5f5ce109
2 changed files with 7 additions and 7 deletions
|
|
@ -2,13 +2,13 @@
|
|||
white-space: normal;
|
||||
}
|
||||
|
||||
.list li{
|
||||
.list li {
|
||||
list-style-type: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.config .form-control{
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
height: 95%;
|
||||
font:16px "Droid Sans Mono";
|
||||
background-color:white;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
.fm, #left>li, #right>li, .path, .fm-header,
|
||||
|
|
@ -42,8 +42,8 @@ body {
|
|||
|
||||
.path {
|
||||
overflow : hidden;
|
||||
white-space : nowrap;
|
||||
text-overflow : ellipsis;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
.path-icon {
|
||||
|
|
@ -187,12 +187,12 @@ body {
|
|||
}
|
||||
.panel {
|
||||
width: 46%;
|
||||
height: 90%;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
border: 1.5px solid;
|
||||
border-color: rgb(49, 123, 249);
|
||||
border-color: rgba(49, 123, 249, .40);
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.selected-panel {
|
||||
|
|
@ -224,12 +224,12 @@ body {
|
|||
}
|
||||
|
||||
.files {
|
||||
overflow-y: auto;
|
||||
height: 95%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-y: auto;
|
||||
list-style-type: none;
|
||||
cursor: default;
|
||||
height: 95%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue