Skip to content

Commit 212d889

Browse files
committed
0.0.5
1 parent fb25ac3 commit 212d889

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21390,6 +21390,22 @@ fieldset[disabled] .btn-text .fas {
2139021390
background: #172436 !important;
2139121391
}
2139221392

21393+
::-webkit-scrollbar {
21394+
width: 10px;
21395+
}
21396+
21397+
::-webkit-scrollbar-track {
21398+
background: #0e1621;
21399+
}
21400+
21401+
::-webkit-scrollbar-thumb {
21402+
background: #172436;
21403+
}
21404+
21405+
::-webkit-scrollbar-thumb:hover {
21406+
background: #555;
21407+
}
21408+
2139321409
body {
2139421410
--theme-name: DarkDubasHorizontal
2139521411
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22019,6 +22019,21 @@ tr.list-row:hover {
2201922019
background-color: #1d2e45;
2202022020
}
2202122021

22022+
::-webkit-scrollbar {
22023+
width: 10px;
22024+
}
22025+
22026+
::-webkit-scrollbar-track {
22027+
background: #0e1621;
22028+
}
22029+
22030+
::-webkit-scrollbar-thumb {
22031+
background: #172436;
22032+
}
22033+
22034+
::-webkit-scrollbar-thumb:hover {
22035+
background: #555;
22036+
}
2202222037

2202322038
body {
2202422039
--theme-name: DubasDark

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"acceptableVersions": [
66
">=6.0.0"
77
],
8-
"version": "0.0.4",
8+
"version": "0.0.5",
99
"skipBackup": true,
1010
"releaseDate": "2020-12-07"
1111
}

0 commit comments

Comments
 (0)