File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
files/client/modules/DubasDarkTheme/css/espo Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,11 @@ input[type=search] {
187
187
box-sizing : content-box
188
188
}
189
189
190
+ input .form-control .global-search-input {
191
+ background-color : # 0e1621 ;
192
+ }
193
+
194
+
190
195
input [type = search ]::-webkit-search-cancel-button ,
191
196
input [type = search ]::-webkit-search-decoration {
192
197
-webkit-appearance : none
@@ -20043,7 +20048,7 @@ table.table td.cell .complex-text {
20043
20048
.popup-notification {
20044
20049
width : 400px ;
20045
20050
padding : 14px ;
20046
- background-color : # fff ;
20051
+ background-color : # 111b28 ;
20047
20052
border : 2px solid # e8eced ;
20048
20053
margin-top : 10px ;
20049
20054
margin-right : 5px
@@ -21092,7 +21097,7 @@ body>footer>p a:visited {
21092
21097
}
21093
21098
21094
21099
.btn-text {
21095
- color : # 333 ;
21100
+ color : # dfdfdf ;
21096
21101
border-radius : 0 ;
21097
21102
font-weight : 400
21098
21103
}
@@ -21122,7 +21127,7 @@ fieldset[disabled] .btn-text {
21122
21127
21123
21128
.btn-text : focus ,
21124
21129
.btn-text : hover {
21125
- color : # 333 ;
21130
+ color : # fff ;
21126
21131
text-decoration : none;
21127
21132
background-color : transparent
21128
21133
}
@@ -21131,7 +21136,7 @@ fieldset[disabled] .btn-text {
21131
21136
.btn-text : focus .fas ,
21132
21137
.btn-text : hover .far ,
21133
21138
.btn-text : hover .fas {
21134
- color : # 333
21139
+ color : # fff
21135
21140
}
21136
21141
21137
21142
.btn-text .disabled ,
@@ -21381,6 +21386,10 @@ fieldset[disabled] .btn-text .fas {
21381
21386
background : # 1d2e45 !important ;
21382
21387
}
21383
21388
21389
+ .fc-unthemed .fc-divider , .fc-unthemed .fc-popover .fc-header , .fc-unthemed .fc-list-heading td {
21390
+ background : # 172436 !important ;
21391
+ }
21392
+
21384
21393
body {
21385
21394
--theme-name : DarkDubasHorizontal
21386
21395
}
Original file line number Diff line number Diff line change 5
5
"acceptableVersions" : [
6
6
" >=6.0.0"
7
7
],
8
- "version" : " 0.0.3 " ,
8
+ "version" : " 0.0.4 " ,
9
9
"skipBackup" : true ,
10
- "releaseDate" : " 2020-12-04 "
10
+ "releaseDate" : " 2020-12-07 "
11
11
}
You can’t perform that action at this time.
0 commit comments