CSS organization.
This commit is contained in:
parent
9f8dffa08a
commit
7bf048ce85
@ -505,6 +505,10 @@ audio.controls-added {
|
|||||||
.credits {
|
.credits {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
.export, .import, .reset {
|
||||||
|
cursor: pointer;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
.tab-selected {
|
.tab-selected {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
@ -1798,10 +1802,7 @@ a:only-of-type > .remove {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
.export, .import, .reset {
|
|
||||||
cursor: pointer;
|
|
||||||
text-decoration: none !important;
|
|
||||||
}
|
|
||||||
/* Custom Board Titles */
|
/* Custom Board Titles */
|
||||||
.boardTitle, .boardSubtitle {
|
.boardTitle, .boardSubtitle {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
@ -1810,6 +1811,7 @@ a:only-of-type > .remove {
|
|||||||
.boardSubtitle[contenteditable="true"] {
|
.boardSubtitle[contenteditable="true"] {
|
||||||
cursor: text !important;
|
cursor: text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Link Title Favicons */
|
/* Link Title Favicons */
|
||||||
<%=
|
<%=
|
||||||
grunt.file.expand('src/Linkification/icons/*.png').map(function(file) {
|
grunt.file.expand('src/Linkification/icons/*.png').map(function(file) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user