mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(style) add " "
This commit is contained in:
parent
0652c93abd
commit
66c0d0b441
1 changed files with 4 additions and 4 deletions
|
|
@ -147,7 +147,7 @@ body {
|
|||
}
|
||||
|
||||
.links a {
|
||||
color:red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.mini-icon {
|
||||
|
|
@ -292,14 +292,14 @@ a:hover, a:active {
|
|||
.current-file {
|
||||
background-color: rgb(49, 123, 249);
|
||||
background-color: rgba(49, 123, 249, .40);
|
||||
color:white;
|
||||
color: white;
|
||||
}
|
||||
/* делаем иконки под курсом белыми*/
|
||||
.current-file a {
|
||||
color:white;
|
||||
color: white;
|
||||
}
|
||||
.current-file .text-file::before {
|
||||
color:white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* меняем иконки на шрифтовые*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue