Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1129b27e50 | |||
| 11218660a2 |
@@ -48,6 +48,10 @@
|
|||||||
background: #eeeeeed2;
|
background: #eeeeeed2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disabled-background {
|
||||||
|
background: #eeeeeed2;
|
||||||
|
}
|
||||||
|
|
||||||
.vertically-resizeable {
|
.vertically-resizeable {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
@@ -149,8 +153,17 @@
|
|||||||
color: #00000020
|
color: #00000020
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modification-button.btn-addtile {
|
||||||
|
font-size: 38px;
|
||||||
|
color: #00000030;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modification-button.btn-addtile:hover {
|
||||||
|
color: #58ac43;
|
||||||
|
}
|
||||||
|
|
||||||
.tile {
|
.tile {
|
||||||
width: 90%;
|
width: 100%;
|
||||||
padding-top: 40%;
|
padding-top: 40%;
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@@ -168,6 +181,7 @@
|
|||||||
background: #00000070;
|
background: #00000070;
|
||||||
color: white;
|
color: white;
|
||||||
filter: none;
|
filter: none;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile .content {
|
.tile .content {
|
||||||
@@ -422,7 +436,10 @@
|
|||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
/* In case of collision with classes that use 'active' */
|
/* In case of collision with classes that use 'active' */
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
>>>>>>> 1798170ab4bdb863e9ee7617a06854c02e00e67f
|
||||||
|
|||||||
Reference in New Issue
Block a user