summaryrefslogtreecommitdiff
path: root/public/stylesheets/admin.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/admin.css')
-rw-r--r--public/stylesheets/admin.css63
1 files changed, 54 insertions, 9 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 0e11747..88c9c8b 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -1316,6 +1316,30 @@ div#image_browser ul li {
1316 border-radius: 4px; 1316 border-radius: 4px;
1317} 1317}
1318 1318
1319.thumbnail_list li {
1320 position: relative;
1321}
1322
1323.thumbnail_list li .headline_indicator {
1324 position: absolute;
1325 top: 4px;
1326 right: 4px;
1327 width: 1.4rem;
1328 height: 1.4rem;
1329 display: flex;
1330 align-items: center;
1331 justify-content: center;
1332 border-radius: 50%;
1333 background: rgba(255, 255, 255, 0.85);
1334 color: #f5b400;
1335}
1336
1337.thumbnail_list li .headline_indicator svg {
1338 width: 0.9rem;
1339 height: 0.9rem;
1340 fill: currentColor;
1341}
1342
1319.related_asset_handle { 1343.related_asset_handle {
1320 display: flex; 1344 display: flex;
1321 color: #969696; 1345 color: #969696;
@@ -1327,15 +1351,6 @@ div#image_browser ul li {
1327 height: 1rem; 1351 height: 1rem;
1328} 1352}
1329 1353
1330.related_asset_headline_badge {
1331 background: #fff3cd;
1332 color: #6b5900;
1333 border-radius: 999px;
1334 padding: 0.1rem 0.6rem;
1335 font-size: 0.75em;
1336 white-space: nowrap;
1337}
1338
1339.related_asset_remove { 1354.related_asset_remove {
1340 display: flex; 1355 display: flex;
1341 align-items: center; 1356 align-items: center;
@@ -1372,6 +1387,36 @@ div#image_browser ul li {
1372 border-radius: 4px; 1387 border-radius: 4px;
1373} 1388}
1374 1389
1390.related_asset_set_headline {
1391 display: flex;
1392 align-items: center;
1393 justify-content: center;
1394 background: none;
1395 border: none;
1396 padding: 2px;
1397 cursor: pointer;
1398 color: #969696;
1399}
1400
1401.related_asset_set_headline svg {
1402 width: 0.9rem;
1403 height: 0.9rem;
1404}
1405
1406.related_asset_set_headline:hover,
1407.related_asset_set_headline[aria-pressed="true"] {
1408 color: #f5b400;
1409}
1410
1411.related_asset_set_headline[aria-pressed="true"] svg {
1412 fill: currentColor;
1413}
1414
1415.thumbnail_list li.is_headline {
1416 border-color: #fff3cd;
1417 background-color: #fffdf5;
1418}
1419
1375/* ============================================================ 1420/* ============================================================
1376 Live edit preview 1421 Live edit preview
1377 ============================================================ */ 1422 ============================================================ */