Changeset 3768:42e99b4be675 for admin/style/default.css
- Timestamp:
- 07/06/18 16:37:54 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3767 r3768 1181 1181 vertical-align: middle; } 1182 1182 1183 /* Boutons javascript (dépliage/repliage, …) */1184 .void-btn {1185 border: none;1186 border-radius: 0;1187 padding: 0; }1188 1189 1183 /* validation */ 1190 1184 input[type=submit], … … 1328 1322 background: #ececec; 1329 1323 border: 1px solid #cbced1; } 1324 1325 /* Boutons javascript (dépliage/repliage, …) */ 1326 .void-btn { 1327 border: none; 1328 border-radius: 0; 1329 padding: 0; } 1330 1331 input.details-cmd { 1332 font-size: 0.9em; 1333 border: none; 1334 border-radius: 0; 1335 padding: 0; 1336 margin: 0 5px 0 0; 1337 color: currentColor; 1338 background: transparent; 1339 } 1340 input.details-cmd:hover, input.details-cmd:focus { 1341 background: transparent; 1342 color: #bee74b; } 1330 1343 1331 1344 /* specific buttons */ … … 1380 1393 border-radius: 0; 1381 1394 padding: 0; 1382 background: none; } 1395 color: #000; 1396 background: transparent; } 1383 1397 1384 1398 .addMeta button:not(.metaGetMore), … … 1389 1403 .addMeta a:not(.metaGetMore):hover, 1390 1404 .addMeta a:not(.metaGetMore):focus { 1405 color: #000; 1391 1406 background: #abd0eb; } 1392 1407 … … 1985 2000 a.form-control { 1986 2001 display: none; 1987 background: url(../images/expand.png) no-repeat 4px center;1988 padding-left: 20px;1989 2002 color: #000; } 1990 a.form-control.open { 1991 background: url(../images/hide.png) no-repeat 4px center; } 2003 a.form-control::before { 2004 content: "►"; 2005 margin-right: 5px; } 2006 a.form-control.open::before { 2007 content: "▼"; } 1992 2008 1993 2009 #filters-form {
Note: See TracChangeset
for help on using the changeset viewer.