mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(css) .current-file: border -> box-shadow
This commit is contained in:
parent
17eb392562
commit
75573d12a5
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ body {
|
|||
|
||||
/* фон файла, на котором курсор*/
|
||||
.current-file {
|
||||
border: 1.5px solid rgba(49, 123, 249, .40);
|
||||
box-shadow: inset 0 0 2px rgb(49, 123, 249);
|
||||
}
|
||||
|
||||
.selected-file, .selected-file .name > a{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue