aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
committerbobzel <zzzman@gmail.com>2025-06-13 09:00:49 -0400
commit2d6307f6eaa0803aefabae9e9232506611365b66 (patch)
tree7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/views/StyleProvider.scss
parentb91057d00512446339e48fb8488a97a1e5ef03d5 (diff)
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'src/client/views/StyleProvider.scss')
-rw-r--r--src/client/views/StyleProvider.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss
index 99796f1fb..cbb1fd5d5 100644
--- a/src/client/views/StyleProvider.scss
+++ b/src/client/views/StyleProvider.scss
@@ -4,11 +4,11 @@
.styleProvider-lock {
z-index: 2; // has to be above title which is z-index 1
font-size: 10;
- width: 20;
- height: 20;
+ width: 20px;
+ height: 20px;
position: absolute;
- right: -20;
- top: 0;
+ right: -20px;
+ top: 0px;
background: black;
pointer-events: all;
opacity: 0.3;
@@ -20,10 +20,10 @@
cursor: default;
}
.styleProvider-filter {
- right: 20;
+ right: 20px;
.styleProvider-filterShift {
- left: 0;
- top: 0;
+ left: 0px;
+ top: 0px;
position: absolute;
}
.dropdown-container {
@@ -33,10 +33,10 @@
}
.styleProvider-paint-selected,
.styleProvider-paint {
- top: 15;
+ top: 15px;
}
.styleProvider-paint-selected {
- right: -40;
+ right: -40px;
}
.styleProvider-lock:hover,
.styleProvider-filter:hover {
@@ -45,8 +45,8 @@
.styleProvider-treeView-icon,
.styleProvider-treeView-icon-active {
- margin-left: 0;
- margin-right: 0;
+ margin-left: 0px;
+ margin-right: 0px;
}
.styleProvider-treeView-icon {