diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-21 16:07:12 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-21 16:07:12 +0300 |
| commit | 354fbd239c203d0ed3f9d98bd32bef6f6dbe26d6 (patch) | |
| tree | e569a44131064d2d418830f81fce01a3f4cd4fb8 /src/evidence.cpp | |
| parent | 37011fc22d2d821f5370e21b626dc295a002defa (diff) | |
Stop hardcoding stylesheets so the behavior is more consistent finally (and courtorom_stylesheets.css is more useful)
Diffstat (limited to 'src/evidence.cpp')
| -rw-r--r-- | src/evidence.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/evidence.cpp b/src/evidence.cpp index b97607ba..8825753c 100644 --- a/src/evidence.cpp +++ b/src/evidence.cpp @@ -41,8 +41,6 @@ void Courtroom::initialize_evidence() "evidence and send them to server.")); ui_evidence_description = new AOTextEdit(ui_evidence_overlay); - ui_evidence_description->setStyleSheet("background-color: rgba(0, 0, 0, 0);" - "color: white;"); ui_evidence_description->setFrameStyle(QFrame::NoFrame); ui_evidence_description->setToolTip( tr("Double-click to edit. Press [X] to update your changes.")); |
