Skip to content

Commit

Permalink
Merge pull request #1537 from cwtickle/feature/0732-css-border
Browse files Browse the repository at this point in the history
improve: [0732] 画面の上下に共通の枠線を一律追加するよう対応
  • Loading branch information
cwtickle committed Aug 20, 2023
2 parents 518808c + b1d15d5 commit 972d712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/danoni_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@ input[type="color"] {
/* スキン定義 ------------------------------------------------------------*/

/* 背景 */
#canvas-frame {
border-top: 1px solid var(--back-border-x, #666666);
border-bottom: 1px solid var(--back-border-x, #666666);
}

#divBack {
background: var(--background, linear-gradient(#000000, #222222));
}
Expand Down

0 comments on commit 972d712

Please sign in to comment.