From 5c3141dd01378be5e9f78f83ae14e2904858f335 Mon Sep 17 00:00:00 2001 From: stiti Date: Thu, 6 Jun 2024 13:45:22 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20fonctionnalit=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeIgniter-3.1.13/assets/css/album_view.css | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CodeIgniter-3.1.13/assets/css/album_view.css b/CodeIgniter-3.1.13/assets/css/album_view.css index 912911a..125ce8f 100644 --- a/CodeIgniter-3.1.13/assets/css/album_view.css +++ b/CodeIgniter-3.1.13/assets/css/album_view.css @@ -44,3 +44,28 @@ body { padding: 10px 0; border-bottom: 1px solid #ddd; } + +.select-playlist { + display: block; + width: 100%; + padding: 8px; + font-size: 16px; + margin-bottom: 10px; +} + +.btn-add-to-playlist { + display: block; + width: 100%; + padding: 10px 20px; + background-color: #6814c7; + color: white; + font-size: 16px; + border: none; + cursor: pointer; + border-radius: 5px; + margin-top: 10px; +} + +.btn-add-to-playlist:hover { + background-color: #400d7b; +}