mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) change name color on small screens
This commit is contained in:
parent
bc266a729a
commit
9ad14967e7
1 changed files with 2 additions and 2 deletions
|
|
@ -272,10 +272,10 @@ a:hover, a:active {
|
|||
color:white;
|
||||
}
|
||||
/* делаем иконки под курсом белыми*/
|
||||
.current-file > .mini-icon{
|
||||
.current-file a {
|
||||
color:white;
|
||||
}
|
||||
.current-file > .text-file::before {
|
||||
.current-file .text-file::before {
|
||||
color:white;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue