Skip to content

Commit 78573ae

Browse files
committed
0.0.4
1 parent e4fc860 commit 78573ae

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

files/client/modules/DubasDarkTheme/css/espo/dark-dubas-horizontal.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ input[type=search] {
187187
box-sizing: content-box
188188
}
189189

190+
input.form-control.global-search-input {
191+
background-color: #0e1621;
192+
}
193+
194+
190195
input[type=search]::-webkit-search-cancel-button,
191196
input[type=search]::-webkit-search-decoration {
192197
-webkit-appearance: none
@@ -20043,7 +20048,7 @@ table.table td.cell .complex-text {
2004320048
.popup-notification {
2004420049
width: 400px;
2004520050
padding: 14px;
20046-
background-color: #fff;
20051+
background-color: #111b28;
2004720052
border: 2px solid #e8eced;
2004820053
margin-top: 10px;
2004920054
margin-right: 5px
@@ -21092,7 +21097,7 @@ body>footer>p a:visited {
2109221097
}
2109321098

2109421099
.btn-text {
21095-
color: #333;
21100+
color: #dfdfdf;
2109621101
border-radius: 0;
2109721102
font-weight: 400
2109821103
}
@@ -21122,7 +21127,7 @@ fieldset[disabled] .btn-text {
2112221127

2112321128
.btn-text:focus,
2112421129
.btn-text:hover {
21125-
color: #333;
21130+
color: #fff;
2112621131
text-decoration: none;
2112721132
background-color: transparent
2112821133
}
@@ -21131,7 +21136,7 @@ fieldset[disabled] .btn-text {
2113121136
.btn-text:focus .fas,
2113221137
.btn-text:hover .far,
2113321138
.btn-text:hover .fas {
21134-
color: #333
21139+
color: #fff
2113521140
}
2113621141

2113721142
.btn-text.disabled,
@@ -21381,6 +21386,10 @@ fieldset[disabled] .btn-text .fas {
2138121386
background: #1d2e45 !important;
2138221387
}
2138321388

21389+
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
21390+
background: #172436 !important;
21391+
}
21392+
2138421393
body {
2138521394
--theme-name: DarkDubasHorizontal
2138621395
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"acceptableVersions": [
66
">=6.0.0"
77
],
8-
"version": "0.0.3",
8+
"version": "0.0.4",
99
"skipBackup": true,
10-
"releaseDate": "2020-12-04"
10+
"releaseDate": "2020-12-07"
1111
}

0 commit comments

Comments
 (0)