This commit is contained in:
Jeff Bryner 2018-10-19 14:01:14 -07:00
Родитель 2ca77b01f6
Коммит 7404850021
6 изменённых файлов: 19 добавлений и 49 удалений

Просмотреть файл

@ -77,11 +77,6 @@ Copyright (c) 2014 Mozilla Corporation
<template name="blockFQDNModal">
<style>
.modal-body .row {
color: black;
}
</style>
<div class="modal fade" id="modalBlockFQDNWindow">
<div class="modal-dialog">
<div class="modal-content">

Просмотреть файл

@ -77,11 +77,6 @@ Copyright (c) 2014 Mozilla Corporation
<template name="blockIPModal">
<style>
.modal-body .row {
color: black;
}
</style>
<div class="modal fade" id="modalBlockIPWindow">
<div class="modal-dialog">
<div class="modal-content">

Просмотреть файл

@ -11,11 +11,6 @@ modal: for Session.set('ipdshieldipaddress','1,2.3.4') then
-->
<template name="ipdshield">
<style>
.row {
color: white;
}
</style>
<body>
@ -58,10 +53,6 @@ modal: for Session.set('ipdshieldipaddress','1,2.3.4') then
</template>
<template name="dshieldmodal">
<style>
.modal-body .row { color: black;
}
</style>
<div class="modal fade" id="modaldshieldwindow">
<div class="modal-dialog">
<div class="modal-content">

Просмотреть файл

@ -11,11 +11,6 @@ modal: for Session.set('ipintelipaddress','1,2.3.4') then
-->
<template name="ipintel">
<style>
.row {
color: white;
}
</style>
<body>
@ -33,10 +28,6 @@ modal: for Session.set('ipintelipaddress','1,2.3.4') then
</template>
<template name="intelmodal">
<style>
.modal-body .row { color: black;
}
</style>
<div class="modal fade" id="modalintelwindow">
<div class="modal-dialog">
<div class="modal-content">

Просмотреть файл

@ -11,10 +11,6 @@ modal: for Session.set('ipwhoisipaddress','1,2.3.4') then
-->
<template name="ipwhois">
<style>
.row { color: white;
}
</style>
<body>
@ -52,11 +48,6 @@ modal: for Session.set('ipwhoisipaddress','1,2.3.4') then
</template>
<template name="whoismodal">
<style>
.modal-body .row {
color: black;
}
</style>
<div class="modal fade" id="modalwhoiswindow">
<div class="modal-dialog">
<div class="modal-content">

Просмотреть файл

@ -193,6 +193,13 @@ caption, legend {
color: wheat;
}
.row {
color: white;
}
.modal-body .row {
color: black;
}
/*bootstrap overrides*/
.btn {