This commit is contained in:
committed by
Sebastiaan Janssen
parent
6a946c8a1c
commit
60c66823f8
@@ -174,7 +174,7 @@
|
||||
}
|
||||
|
||||
.umb-tree-icon {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.umb-tree i.noSpr {
|
||||
@@ -202,7 +202,7 @@
|
||||
|
||||
.umb-tree div.umb-search-group {
|
||||
position: inherit;
|
||||
display: inherit;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.umb-tree div.umb-search-group:hover {
|
||||
@@ -549,4 +549,4 @@ body.touch .umb-tree li div.l div {
|
||||
body.touch .umb-actions a {
|
||||
padding: 7px 25px 7px 20px;
|
||||
font-size: 110%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
@turquoise-l1: #42CFC5;
|
||||
@turquoise-l2: #81DED8;
|
||||
@turquoise-l3: #C0F0ED;
|
||||
@turquoise-washed: #F3FDFC;
|
||||
@turquoise-washed: #F3FDFC;
|
||||
|
||||
@purple-d2: #1D1333;
|
||||
@purple-d1: #2E2246;
|
||||
@@ -132,60 +132,60 @@
|
||||
|
||||
|
||||
.btn-color-blue-grey {background-color: @blueGrey;}
|
||||
.color-blue-grey i { color: @blueGrey; }
|
||||
.color-blue-grey, .color-blue-grey i { color: @blueGrey !important;}
|
||||
|
||||
|
||||
.btn-color-grey{background-color: @grayIcon;}
|
||||
.color-grey i { color: @grayIcon; }
|
||||
.color-grey, .color-grey i { color: @grayIcon !important; }
|
||||
|
||||
|
||||
.btn-color-brown{background-color: @brownIcon;}
|
||||
.color-brown i { color: @brownIcon; }
|
||||
.color-brown, .color-brown i { color: @brownIcon !important; }
|
||||
|
||||
.btn-color-blue{background-color: @blueIcon;}
|
||||
.color-blue i { color: @blueIcon; }
|
||||
.color-blue, .color-blue i { color: @blueIcon !important; }
|
||||
|
||||
.btn-color-light-blue{background-color: @lightBlueIcon;}
|
||||
.color-light-blue i {color: @lightBlueIcon;}
|
||||
.color-light-blue, .color-light-blue i {color: @lightBlueIcon !important;}
|
||||
|
||||
.btn-color-cyan{background-color: @cyanIcon;}
|
||||
.color-cyan i { color: @cyanIcon; }
|
||||
.color-cyan, .color-cyan i { color: @cyanIcon !important; }
|
||||
|
||||
.btn-color-green{background-color: @greenIcon;}
|
||||
.color-green i { color: @greenIcon }
|
||||
.color-green, .color-green i { color: @greenIcon !important; }
|
||||
|
||||
.btn-color-light-green{background-color: @lightGreenIcon;}
|
||||
.color-light-green i {color: @lightGreenIcon; }
|
||||
.color-light-green, .color-light-green i {color: @lightGreenIcon !important; }
|
||||
|
||||
.btn-color-lime{background-color: @limeIcon;}
|
||||
.color-lime i { color: @limeIcon; }
|
||||
.color-lime, .color-lime i { color: @limeIcon !important; }
|
||||
|
||||
.btn-color-yellow{background-color: @yellowIcon;}
|
||||
.color-yellow i { color: @yellowIcon; }
|
||||
.color-yellow, .color-yellow i { color: @yellowIcon !important; }
|
||||
|
||||
.btn-color-amber{background-color: @amberIcon;}
|
||||
.color-amber i { color: @amberIcon; }
|
||||
.color-amber, .color-amber i { color: @amberIcon !important; }
|
||||
|
||||
.btn-color-orange{background-color: @orangeIcon;}
|
||||
.color-orange i { color: @orangeIcon; }
|
||||
.color-orange, .color-orange i { color: @orangeIcon !important; }
|
||||
|
||||
.btn-color-deep-orange{background-color: @deepOrangeIcon;}
|
||||
.color-deep-orange i { color: @deepOrangeIcon; }
|
||||
.color-deep-orange, .color-deep-orange i { color: @deepOrangeIcon !important; }
|
||||
|
||||
.btn-color-red{background-color: @redIcon;}
|
||||
.color-red i { color: @redIcon; }
|
||||
.color-red, .color-red i { color: @redIcon !important; }
|
||||
|
||||
.btn-color-pink{background-color: @pinkIcon;}
|
||||
.color-pink i { color: @pinkIcon; }
|
||||
.color-pink, .color-pink i { color: @pinkIcon !important; }
|
||||
|
||||
.btn-color-purple{background-color: @purpleIcon;}
|
||||
.color-purple i { color: @purpleIcon; }
|
||||
.color-purple, .color-purple i { color: @purpleIcon !important; }
|
||||
|
||||
.btn-color-deep-purple{background-color: @deepPurpleIcon;}
|
||||
.color-deep-purple i { color: @deepPurpleIcon; }
|
||||
.color-deep-purple, .color-deep-purple i { color: @deepPurpleIcon !important; }
|
||||
|
||||
.btn-color-indigo{background-color: @indigoIcon;}
|
||||
.color-indigo i { color: @indigoIcon; }
|
||||
.color-indigo, .color-indigo i { color: @indigoIcon !important; }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user