ソースを参照

cursor for web upload

tags/v1.0.0
Uvis Grinfelds 9年前
コミット
f884746916
3個のファイルの変更5行の追加2行の削除
  1. +3
    -1
      transfersh-web/styles/includes/home.less
  2. +1
    -0
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 3
- 1
transfersh-web/styles/includes/home.less ファイルの表示

@@ -25,7 +25,7 @@
}

#web {
#web {
.transition(all @animation-duration ease);
border: 1px dashed @blue;
padding-top: 10px;
@@ -43,6 +43,8 @@
font-size: 14px;

}
cursor: pointer;

}

#web, #terminal {


+ 1
- 0
transfersh-web/styles/main.css ファイルの表示

@@ -5495,6 +5495,7 @@ a:hover {
border: 1px dashed #85b5bb;
padding-top: 10px;
border-radius: 5px;
cursor: pointer;
}
#web i {
font-size: 160px;


+ 1
- 1
transfersh-web/styles/main.css.map
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存