zmiany ux
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ list.title }} (Gość){% endblock %}
|
||||
{% block title %}Lista: {{ list.title }}{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center flex-wrap mb-3">
|
||||
@ -108,8 +108,18 @@
|
||||
cursor: pointer;
|
||||
transition: background 0.2s;
|
||||
}
|
||||
|
||||
input[type="file"]::file-selector-button:hover {
|
||||
background-color: #218838;
|
||||
background-color: #218838; /* Ciemniejszy zielony przy hover */
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
input[type="file"]::file-selector-button:active {
|
||||
background-color: #1e7e34;
|
||||
color: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user