Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c892003d

Přidáno uživatelem Martin Sebela před více než 3 roky(ů)

Re #8159 - CSS improvements, timeline clickable, code refactoring

Zobrazit rozdíly:

website/public/css/style.css
893 893
  position: relative;
894 894
  padding: 0 10px;
895 895
  border-radius: 100px;
896
  cursor: pointer;
896 897
  background-color: rgba(11, 21, 90, 0.7);
897 898
}
898 899

  
......
1101 1102
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
1102 1103
  font-family: 'Be Vietnam', sans-serif;
1103 1104
  text-align: center;
1104
  color: white;
1105
  color: #ffffff;
1105 1106
}
1106 1107

  
1107 1108
.leaflet-popup-content-wrapper .leaflet-popup-content strong {
......
1166 1167
}
1167 1168

  
1168 1169
header.map .nav-item .btn-secondary {
1170
  display: flex;
1171
  justify-content: center;
1172
  align-items: center;
1169 1173
  outline: none;
1170 1174
  border-radius: 50px;
1171 1175
  height: 40px;
......
1177 1181
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1178 1182
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1179 1183
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1180
  text-align: center;
1181
  display: flex;
1182
  justify-content: center;
1183
  align-items: center;
1184 1184
}
1185 1185

  
1186 1186
@media (max-width: 991.98px) {
......
1229 1229
  color: #000;
1230 1230
}
1231 1231

  
1232
header.map .nav-item select:hover {
1233
  cursor: pointer;
1234
  background: rgba(255, 255, 255, 0.2);
1235
}
1236

  
1237
header.map .nav-item select:hover option {
1238
  background: #0048A9;
1239
}
1240

  
1241
header.map .nav-item select:focus {
1242
  background: #0048A9;
1243
  color: white;
1244
}
1245

  
1246
.custom-dropdown-item {
1247
  margin: 0px !important;
1248
}
1249

  
1250
.custom-dropdown-item .disabled {
1251
  cursor: not-allowed !important;
1252
}
1253

  
1254
.custom-control-label {
1255
  font-weight: 300 !important;
1256
  margin: 0px !important;
1232
.dropdown {
1233
  min-width: 200px;
1257 1234
}
1258 1235

  
1259
.custom-dropdown {
1260
  cursor: not-allowed;
1261
}
1262

  
1263
input[type=radio]:checked ~ label {
1236
.dropdown input[type="radio"]:checked ~ label {
1264 1237
  font-weight: 800;
1265 1238
}
1266 1239

  
......
1280 1253
  width: 100%;
1281 1254
  max-height: 300px;
1282 1255
  overflow-y: auto;
1256
  z-index: 1001;
1257
}
1258

  
1259
.dropdown .dropdown-item:active {
1260
  background: #0048A9;
1283 1261
}
1284 1262

  
1285 1263
.dropdown .dropdown-item label {
1286 1264
  width: 100% !important;
1265
  margin-left: 0;
1287 1266
  cursor: pointer;
1288 1267
}
1289 1268

  
1290
.dropdown #dataset-dropdown-time .dropdown-item:nth-of-type(even) {
1269
.dropdown #dropdown-time .dropdown-item:nth-of-type(even) {
1291 1270
  background: rgba(0, 0, 0, 0.05);
1292 1271
}
1293 1272

  
1294
.dropdown #dataset-dropdown-time .dropdown-item:nth-of-type(even):active {
1295
  background: #007bff;
1273
.dropdown #dropdown-time .dropdown-item:nth-of-type(even):active {
1274
  background: #0048A9;
1296 1275
}

Také k dispozici: Unified diff