aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-19 01:19:19 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-19 01:19:19 +0000
commit2b65ee76460fb41969dcf8643d5719439346ae26 (patch)
tree856a62cc24a50077d8f6c7bbdde677f7539f1913 /spring-front/src/index.css
parentCRUD tested and working (diff)
downloadmdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.tar.gz
mdrtl-2b65ee76460fb41969dcf8643d5719439346ae26.zip
added icons for save,load,delete
Diffstat (limited to 'spring-front/src/index.css')
-rw-r--r--spring-front/src/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/spring-front/src/index.css b/spring-front/src/index.css
index 942cb96..159a28e 100644
--- a/spring-front/src/index.css
+++ b/spring-front/src/index.css
@@ -100,3 +100,8 @@ code {
white-space: pre-wrap;
overflow-y: auto;
}
+
+.icon {
+ z-index: 2;
+ position: relative;
+}