Skip to content

Commit

Permalink
+ #attention_panel a
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Apr 27, 2020
1 parent 5198cc0 commit 82965b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gui_electron/gui_electron.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ dt {
}

/* ------------------------------------------- */

/* notice */
#attention_panel {
display: none;
color: #f02;
Expand All @@ -266,6 +268,10 @@ dt {
font-size: 1.5em;
}

#attention_panel a {
color: #22f;
}

#close_attention_panel_button {
float: right;
cursor: pointer;
Expand Down

0 comments on commit 82965b0

Please sign in to comment.