Pagination blinkers #23
@ -3,7 +3,6 @@ domain("alkemics.com") {
|
||||
|
||||
button:not([disabled]) .mdi-arrow-right-bold,
|
||||
button:not([disabled]) .mdi-arrow-left-bold {
|
||||
|
||||
&:not([disabled]):hover {
|
||||
animation: car-blinkers 900ms steps(1, end) infinite;
|
||||
}
|
||||
@ -11,7 +10,8 @@ domain("alkemics.com") {
|
||||
|
||||
@keyframes car-blinkers {
|
||||
45% {
|
||||
color: lightgreen;
|
||||
color: rgb(0, 190, 0);
|
||||
/*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));*/
|
||||
}
|
||||
}
|
||||
}
|
@ -32,6 +32,8 @@ Repeate for each styles you want to enables.
|
||||

|
||||
* `Squared logo place`: Remove the `border-radius` used for company logos, to allow more shapes than just circles.
|
||||

|
||||
* `Blinkers.less`: Enable your blinkers when you use pagination arrows.
|
||||

|
||||
* `Sigils.css`: Change the top-right user icon to a Shop or Factory depending on if you are logged as ar Retailer or a Supplier.
|
||||
*  
|
||||
* `Jirafy.less`: Animate the Jira navbar with a light rotation on buttons. Lighten the Create button as well.
|
||||
|
BIN
public/pagniation-are-blinkers.gif
Normal file
BIN
public/pagniation-are-blinkers.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user