User:Kai/common.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
MCP (via update-page on MediaWiki MCP Server) |
MCP (via update-page on MediaWiki MCP Server) |
||
| Line 88: | Line 88: | ||
border-radius: 6px; | border-radius: 6px; | ||
cursor: pointer; | cursor: pointer; | ||
user-select: none; | |||
transition: all 0.2s ease; | transition: all 0.2s ease; | ||
display: inline-block; | |||
} | } | ||
| Line 115: | Line 117: | ||
font-size: 14px; | font-size: 14px; | ||
outline: none; | outline: none; | ||
min-width: 160px; | |||
display: inline-block; | |||
transition: border-color 0.2s; | transition: border-color 0.2s; | ||
} | |||
.tlc-search-input:empty:before { | |||
content: attr(data-placeholder); | |||
color: #a0aec0; | |||
} | } | ||
| Line 129: | Line 138: | ||
border: none; | border: none; | ||
cursor: pointer; | cursor: pointer; | ||
user-select: none; | |||
display: inline-block; | |||
transition: transform 0.1s ease, filter 0.2s ease; | transition: transform 0.1s ease, filter 0.2s ease; | ||
} | } | ||
| Line 231: | Line 242: | ||
} | } | ||
.hero-card-container, .hero-roster-card, .itembox, .tlc-card { | .HeroCard, .hero-card-container, .hero-roster-card, .itembox, .tlc-card { | ||
cursor: grab !important; | cursor: grab !important; | ||
user-select: none; | user-select: none; | ||
transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease; | transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease; | ||
display: inline-block; | |||
} | } | ||
.hero-card-container:active, .hero-roster-card:active, .itembox:active, .tlc-card:active { | .HeroCard:active, .hero-card-container:active, .hero-roster-card:active, .itembox:active, .tlc-card:active { | ||
cursor: grabbing !important; | cursor: grabbing !important; | ||
} | } | ||