[FIX] Замена id в styles.css

This commit is contained in:
LoomeL 2019-09-02 13:41:25 +06:00
parent 6212cf66df
commit 3c3a9fa693

View file

@ -129,7 +129,7 @@ #hide,
#back, #back,
#goConsole, #goConsole,
#settings, #settings,
#discord { #link_discord {
-fx-background-position: center; -fx-background-position: center;
-fx-background-radius: 0; -fx-background-radius: 0;
-fx-pref-width: 46px; -fx-pref-width: 46px;
@ -218,7 +218,7 @@ .text-input {
} }
/** Hyperlink **/ /** Hyperlink **/
#link { #link_link {
-fx-font-weight: bold; -fx-font-weight: bold;
-fx-font-size: 7pt; -fx-font-size: 7pt;
-fx-opacity: 0.5; -fx-opacity: 0.5;
@ -227,8 +227,8 @@ #link {
-fx-pref-height: 17px; -fx-pref-height: 17px;
} }
#link:hover, #link_link:hover,
#link:pressed { #link_link:pressed {
-fx-opacity: 0.8; -fx-opacity: 0.8;
} }