diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9ed7429b9..0f7e9f3b5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -30,6 +30,7 @@ Evandro Coan Alan Du Yuchen Lei Henry Tang +Simone Gaiarin ******************** diff --git a/qt/ts/scss/editor.scss b/qt/ts/scss/editor.scss index 021efc413..b873c9b72 100644 --- a/qt/ts/scss/editor.scss +++ b/qt/ts/scss/editor.scss @@ -60,12 +60,12 @@ button.linkb { background: transparent; } -.linkb:disabled { +button.linkb:disabled { opacity: 0.3; cursor: not-allowed; } -.highlighted { +button.highlighted { border-bottom: 3px solid #000; }