mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-18 22:13:04 +03:00
Update styles.css
This commit is contained in:
parent
d1e8ccafe5
commit
e314baf8c1
1 changed files with 0 additions and 26 deletions
|
@ -157,36 +157,10 @@ .auth {
|
|||
-fx-effect: dropshadow(gaussian, rgba(23, 25, 29, 0.3), 15, 0, 0, 3);
|
||||
}
|
||||
|
||||
.vkauth {
|
||||
-jfx-button-type: FLAT;
|
||||
-fx-background-radius: 0;
|
||||
-fx-font-size: 0pt;
|
||||
-fx-background-image: url('images/icons/vk.png');
|
||||
-fx-background-repeat: no-repeat;
|
||||
-fx-pref-width: 62px;
|
||||
-fx-pref-height: 62px;
|
||||
-fx-effect: dropshadow(gaussian, rgba(23, 25, 29, 0.3), 15, 0, 0, 3);
|
||||
}
|
||||
|
||||
.vkauth {
|
||||
-jfx-button-type: FLAT;
|
||||
-fx-background-radius: 0;
|
||||
-fx-font-size: 0pt;
|
||||
-fx-background-image: url('images/icons/vk.png');
|
||||
-fx-background-repeat: no-repeat;
|
||||
-fx-pref-width: 62px;
|
||||
-fx-pref-height: 62px;
|
||||
-fx-effect: dropshadow(gaussian, rgba(23, 25, 29, 0.3), 15, 0, 0, 3);
|
||||
}
|
||||
|
||||
.auth:hover,
|
||||
.auth:pressed {
|
||||
-fx-background-color: #75e18c;
|
||||
}
|
||||
.vkauth:hover,
|
||||
.vkauth:pressed {
|
||||
-fx-background-color: #75e18c;
|
||||
}
|
||||
|
||||
#password,
|
||||
#login {
|
||||
|
|
Loading…
Reference in a new issue