mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
cc134464a4
commit
cf9ed97c3e
3 changed files with 20 additions and 18 deletions
|
|
@ -1,9 +1,7 @@
|
|||
/*@import url(./themes/dark.css);*/
|
||||
/* @import url(./themes/dark.css); */
|
||||
@import url(./themes/light.css);
|
||||
|
||||
@import url(./urls.css);
|
||||
@import url(./reset.css);
|
||||
|
||||
@import url(./style.css);
|
||||
@import url(./icons.css);
|
||||
@import url(./help.css);
|
||||
|
|
|
|||
|
|
@ -172,6 +172,19 @@ a:active {
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.name {
|
||||
float: left;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
.name a {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.name a:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.selected-file,
|
||||
.selected-file .name > a {
|
||||
color: rgb(254 159 224);
|
||||
|
|
@ -199,19 +212,6 @@ a:active {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.name {
|
||||
float: left;
|
||||
width: 26%;
|
||||
}
|
||||
|
||||
.name a {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.name a:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.size {
|
||||
float: left;
|
||||
width: 12%;
|
||||
|
|
|
|||
|
|
@ -16,13 +16,17 @@
|
|||
color: var(--link-color) !important;
|
||||
}
|
||||
|
||||
.smalltalk .page, .smalltalk header, .smalltalk .button-strip button, .smalltalk input{
|
||||
.smalltalk .page,
|
||||
.smalltalk header,
|
||||
.smalltalk .button-strip button,
|
||||
.smalltalk input {
|
||||
background: var(--internal-background) !important;
|
||||
color: var(--link-color) !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
.cloudcmd-user-menu, .cloudcmd-user-menu-button {
|
||||
.cloudcmd-user-menu,
|
||||
.cloudcmd-user-menu-button {
|
||||
background: var(--internal-background) !important;
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue