mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
style(css) .path-icon: add " "
This commit is contained in:
parent
e595243c35
commit
04ee992d1c
1 changed files with 10 additions and 11 deletions
|
|
@ -44,17 +44,16 @@ body {
|
|||
}
|
||||
|
||||
.path-icon {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
left: -4px;
|
||||
display: inline-block;
|
||||
/* размер иконки и позиция на png-файле*/
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
font-family:'FoundationIconsGeneralEnclosed';
|
||||
font-size:30px;
|
||||
color: #46A4C3;/*#55BF3F; green*/
|
||||
text-shadow:black 0 2px 1px;
|
||||
position : relative;
|
||||
top : 3px;
|
||||
left : -4px;
|
||||
display : inline-block;
|
||||
width : 15px;
|
||||
height : 15px;
|
||||
font-family :'FoundationIconsGeneralEnclosed';
|
||||
font-size :30px;
|
||||
color : #46A4C3;/*#55BF3F; green*/
|
||||
text-shadow :black 0 2px 1px;
|
||||
}
|
||||
.path-icon:hover {
|
||||
cursor:pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue