Common.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: →FBG Buttons: .fbg-button a { display: block; text-align: center; border: 1px solid #a2a9b1; border-radius: 6px; padding: 6px 12px; background: #f8f9fa; font-size: 95%; text-decoration: none; color: #202122; transition: background-color 0.15s ease-in-out; } .fbg-button a:hover { background: #e9ecef; →minimal dunkler: }“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
a.fbg-button { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 48%; | |||
height: 36px; | |||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
border-radius: 6px; | border-radius: 6px; | ||
background: #f8f9fa; | background: #f8f9fa; | ||
font-size: 95%; | font-size: 95%; | ||
text-decoration: none; | text-decoration: none; | ||
color: #202122; | color: #202122 !important; | ||
box-sizing: border-box; | |||
transition: background-color 0.15s ease-in-out; | transition: background-color 0.15s ease-in-out; | ||
} | } | ||
.fbg-button | a.fbg-button:hover { | ||
background: #e9ecef; | background: #e9ecef; | ||
} | } | ||
Version vom 7. März 2026, 14:13 Uhr
a.fbg-button {
display: flex;
align-items: center;
justify-content: center;
width: 48%;
height: 36px;
border: 1px solid #a2a9b1;
border-radius: 6px;
background: #f8f9fa;
font-size: 95%;
text-decoration: none;
color: #202122 !important;
box-sizing: border-box;
transition: background-color 0.15s ease-in-out;
}
a.fbg-button:hover {
background: #e9ecef;
}