mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[FIX] Замена id в styles.css
This commit is contained in:
parent
6212cf66df
commit
3c3a9fa693
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue