mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:44:36 +00:00
Add data attributes to ViewTemplate (#3209)
* change 3 set-widgets to 1 var-widget call. Add data-tags and userClass. * add new documentation and change the existing one accordingly.
This commit is contained in:
committed by
Jeremy Ruston
parent
200e854814
commit
19085a1277
@@ -474,6 +474,16 @@ html body.tc-body .tc-btn-rounded:hover svg {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* used for documentation "fake" buttons */
|
||||
.tc-btn-standard {
|
||||
line-height: 1.8;
|
||||
color: #667;
|
||||
background-color: #e0e0e0;
|
||||
border: 1px solid #888;
|
||||
padding: 2px 1px 2px 1px;
|
||||
margin: 1px 4px 1px 4px;
|
||||
}
|
||||
|
||||
.tc-btn-big-green {
|
||||
display: inline-block;
|
||||
padding: 8px;
|
||||
|
||||
Reference in New Issue
Block a user