Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8795934

Browse files
realware-itdaattali
authored andcommitted
Addes a .box-success class (daattali#469)
* Added a .box-success class Added a .box-success class * Update main.css
1 parent e6cc183 commit 8795934

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎css/main.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ td.gutter {
715715
}
716716

717717
/* --- Notification boxes --- */
718-
.box-note, .box-warning, .box-error {
718+
.box-note, .box-warning, .box-error, .box-success {
719719
padding: 15px 15px 15px 10px;
720720
margin: 20px 20px 20px 5px;
721721
border: 1px solid #eee;
@@ -738,6 +738,11 @@ td.gutter {
738738
border-left-color: #c0392b;
739739
}
740740

741+
.box-success {
742+
background-color: #98FB98;
743+
border-left-color: #3CB371;
744+
}
745+
741746
/* Fix table border github gist snippets */
742747

743748
.gist, .gist-file table tr {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /