コマンドライン

このコミットが含まれているのは:
テクニカル諏訪子 2020-05-02 01:57:43 +09:00
コミット 97ee173134
6個のファイルの変更18行の追加0行の削除

バイナリ
public/assets/img/bash/app_icon.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 5.0 KiB

バイナリ
public/assets/img/bash/top_max_hover.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.0 KiB

バイナリ
public/assets/img/bash/top_min_hover.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.1 KiB

バイナリ
public/assets/img/bash/top_right_hover.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.2 KiB

ファイルの表示

@ -64,6 +64,11 @@
right: 0;
}
.konsole_top_right:hover {
background: url('/assets/img/bash/top_right_hover.png') no-repeat;
cursor: default;
}
.konsole_top_max {
height: 30px;
width: 23px;
@ -73,6 +78,11 @@
right: 28px;
}
.konsole_top_max:hover {
background: url('/assets/img/bash/top_max_hover.png') no-repeat;
cursor: default;
}
.konsole_top_min {
height: 30px;
width: 23px;
@ -82,6 +92,11 @@
right: 51px;
}
.konsole_top_min:hover {
background: url('/assets/img/bash/top_min_hover.png') no-repeat;
cursor: default;
}
.konsole_left {
width: 2px;
background: url('/assets/img/bash/left_bg.png') repeat-y;

ファイルの表示

@ -1,6 +1,9 @@
@extends('layouts.bash')
@section('content')
<a href="#"><img src="/assets/img/bash/app_icon.png" width="50" /></a>
<div class="konsole" id="dragger">
<div id="draggerheader">
<div class="konsole_top_left"></div>