diff --git a/ivette/src/dome/src/renderer/layout/style.css b/ivette/src/dome/src/renderer/layout/style.css
index d4c0d08d937f79b1de32d4f0ed6605ad131122a6..87914673ee5fcba7bb770a28bbfa358d6dabf2e1 100644
--- a/ivette/src/dome/src/renderer/layout/style.css
+++ b/ivette/src/dome/src/renderer/layout/style.css
@@ -121,14 +121,14 @@
 
 .dome-xSplitter-hfold {
     flex: none;
-    min-width: 30px;
+    min-width: 32px;
     height: 100%;
     overflow: hidden;
 }
 
 .dome-xSplitter-vfold {
     flex: none;
-    min-height: 30px;
+    min-height: 32px;
     width: 100%;
     overflow: hidden;
 }
@@ -197,44 +197,6 @@
     background: #d6d6d6 ;
 }
 
-/* --- DEPRECATED --- */
-
-.dome-xSplitPane {
-    position: relative ;
-}
-
-.dome-xSplitter-grab {
-    z-index: 1 ;
-    position: relative ;
-    border: 0 ;
-}
-
-.dome-xSplitter-h {
-    left: -1px ;
-    width: 3px ;
-    height: 100% ;
-    cursor: col-resize ;
-}
-
-.dome-xSplitter-v {
-    top: -1px ;
-    height: 3px ;
-    width: 100% ;
-    cursor: row-resize ;
-}
-
-.dome-window-active .dome-xSplitLine {
-    background: #afafaf ;
-}
-
-.dome-window-inactive .dome-xSplitLine {
-    background: #d6d6d6 ;
-}
-
-.dome-xSplitPane, .dome-xSplitLine {
-    transition: all 0.1s ease-out ;
-}
-
 /* -------------------------------------------------------------------------- */
 /* --- GridLayout Styles                                                  --- */
 /* -------------------------------------------------------------------------- */