diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-04-09 13:32:47 +0200 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-04-09 13:32:47 +0200 |
commit | 73d49e47fe1f74a65c3f39a293b0f9fab5bfdbd0 (patch) | |
tree | aa602f8e4296f00c8d3723b8546baca5f70cfafb /public/css | |
parent | 1937a2f49ebe920b79604cb5df3649f9f1dff738 (diff) | |
download | cms-73d49e47fe1f74a65c3f39a293b0f9fab5bfdbd0.zip |
simplification de l'après création d'une news, MAJ Config et fichier deploiement.txt
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/main.css b/public/css/main.css index cb44e16..b297a65 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -76,6 +76,7 @@ button .action_icon | |||
76 | background-color: #ffff00; | 76 | background-color: #ffff00; |
77 | border-radius: 4px; | 77 | border-radius: 4px; |
78 | border: lightgrey 2px outset; | 78 | border: lightgrey 2px outset; |
79 | cursor: pointer; | ||
79 | } | 80 | } |
80 | button .action_icon:hover | 81 | button .action_icon:hover |
81 | { | 82 | { |
@@ -122,9 +123,9 @@ main button | |||
122 | } | 123 | } |
123 | main button:hover | 124 | main button:hover |
124 | { | 125 | { |
125 | cursor: pointer; /* curseur qui pointe du doigt */ | ||
126 | background-color: #ffff00; | 126 | background-color: #ffff00; |
127 | border-radius: 4px; | 127 | border-radius: 4px; |
128 | cursor: pointer; | ||
128 | } | 129 | } |
129 | 130 | ||
130 | article a:hover | 131 | article a:hover |