We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595bef9 commit 2f63138Copy full SHA for 2f63138
homu/html/queue.html
@@ -122,25 +122,6 @@
122
color: #00f;
123
}
124
125
- /* Make the rollup button vs sync button clear distinct, because sync requires some elaborate procedure. */
126
- button#expand-rollup {
127
- background-color: darkcyan;
128
- border: 2px solid #000000;
129
- border-radius: 4px;
130
- box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
131
- box-sizing: border-box;
132
- color: #fff;
133
- font-size: 16px;
134
- font-weight: 400;
135
- padding: 10px 25px;
136
- text-align: center;
137
- }
138
-
139
- button#expand-rollup:hover {
140
- box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
141
- transform: translateY(-2px);
142
143
144
button#synch {
145
background-color: red;
146
border: 2px solid #000000;
0 commit comments