Browse Source

Merge pull request #6 from iamdoubz/iamdoubz-patch-1

Clean up comments, issues, edit buttons
iamdoubz-patch-1
iamdoubz 5 years ago
committed by GitHub
parent
commit
069840f5f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      theme-darkred.css

26
theme-darkred.css

@ -1165,3 +1165,29 @@ thead {
color: #d6cfc2;
box-shadow: inset 0 0 0 1px #5c513d, 0 0 0 0 transparent
}
.text.right {
background-color: #1B1C1D
}
.text.right .green.button, .text.right .green.buttons .button {
background-color: #1B1C1D;
color: #EFEFEF;
box-shadow: inset 0 0 0 1px #EFEFEF!important
}
.text.right .green.button:hover, .text.right .green.buttons .button:hover {
background-color: #EFEFEF;
color: #1B1C1D;
box-shadow: inset 0 0 0 1px #1B1C1D!important
}
.text.right .red.button:hover, .text.right .red.buttons .button:hover {
background-color: #000;
color: #D21414!important;
box-shadow: inset 0 0 0 1px #D21414!important
}
.edit-zone.text.right {
background-color: #000
}

Loading…
Cancel
Save