mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Add icons
This commit is contained in:
parent
b9b7d4b3e0
commit
d20a9306ee
BIN
src/main/resources/eu/hansolo/enzo/notification/error.png
Normal file
BIN
src/main/resources/eu/hansolo/enzo/notification/error.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 B |
BIN
src/main/resources/eu/hansolo/enzo/notification/info.png
Normal file
BIN
src/main/resources/eu/hansolo/enzo/notification/info.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 810 B |
40
src/main/resources/eu/hansolo/enzo/notification/notifier.css
Normal file
40
src/main/resources/eu/hansolo/enzo/notification/notifier.css
Normal file
@ -0,0 +1,40 @@
|
||||
/*
|
||||
* Copyright (c) 2013 by Gerrit Grunwald
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/*
|
||||
.root {
|
||||
-fx-background-color: transparent;
|
||||
-fx-fill : transparent;
|
||||
}
|
||||
.notification {
|
||||
-fx-background-color : rgba(15, 15, 15, 0.8);
|
||||
-fx-background-radius: 5;
|
||||
-fx-effect : innershadow(two-pass-box, rgba(255, 255, 255, 0.6), 5.0, 0.25, 0, 0);
|
||||
-foreground-color : white;
|
||||
-icon-color : white;
|
||||
}
|
||||
|
||||
.notification .title {
|
||||
-fx-font-size : 1.083333em;
|
||||
-fx-font-weight: bold;
|
||||
-fx-text-fill : -foreground-color;
|
||||
}
|
||||
.notification .message {
|
||||
-fx-font-size : 1.0em;
|
||||
-fx-content-display : left;
|
||||
-fx-graphic-text-gap: 10;
|
||||
-fx-text-fill : -foreground-color;
|
||||
}
|
||||
*/
|
BIN
src/main/resources/eu/hansolo/enzo/notification/success.png
Normal file
BIN
src/main/resources/eu/hansolo/enzo/notification/success.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 839 B |
BIN
src/main/resources/eu/hansolo/enzo/notification/warning.png
Normal file
BIN
src/main/resources/eu/hansolo/enzo/notification/warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 623 B |
Loading…
x
Reference in New Issue
Block a user