Commit f042951e authored by Giacomo Lavermicocca's avatar Giacomo Lavermicocca
Browse files

Some better graphical effects

parent bd3057dd
Loading
Loading
Loading
Loading
+42 −15
Original line number Diff line number Diff line
@@ -8,6 +8,31 @@
.sidebar > ul li.active a{
    color: #EAEAEA !important;
}
.sidebar > ul li.active :hover{
    color: #00D27F !important;
}
.table-list-row.color-cyan{
    border-left: 5px solid #00D27F !important;
}
.page-header h2{
    color: #00D27F !important;
}
.page-header h2 a{
    color: #00D27F !important;
}
a .fa{
    color: white !important;
}
a .fa :hover{
    color: white !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(116, 116, 116) !important;
    opacity: 1; /* Firefox */
}
.title-container span{
    color: #EAEAEA !important;
}
/* END */

h1,li,ul,ol,table,tr,td,th,p,blockquote,body {
@@ -57,16 +82,16 @@ ul.no-bullet li {
 vertical-align:bottom
}
a {
 color:#00D27F;
 color:#EAEAEA;
 border:none
}
a:focus {
 outline:0;
 color:#DF5353;
 color:#00D27F !important;
 text-decoration:none
}
a:hover {
 color:#EAEAEA;
 color:#00D27F !important;
 text-decoration:none
}
a .fa {
@@ -79,7 +104,7 @@ h1,h2,h3 {
 color:#333
}
h1 {
 font-size:1.5em
 font-size:1.5em;
}
h2 {
 font-size:1.4em;
@@ -490,12 +515,13 @@ tr.draggable-item-selected td:last-child {
 color:#767676
}
.table-list-header .table-list-header-count {
 margin-left: 10px;
 color:#767676;
 display:inline-block;
 float:left
}
.table-list-header .table-list-header-menu {
 text-align:right
 text-align:right;
}
.table-list-row {
 padding-left:3px;
@@ -513,9 +539,9 @@ tr.draggable-item-selected td:last-child {
 border-radius:0 0 5px 5px
}
.table-list-row:hover {
 background:#fff8dc;
 border-bottom:1px solid #ffeb8e;
 border-right:1px solid #ffeb8e
 background:#315C7B;
 border-bottom:1px solid #6EBEBE;
 border-right:1px solid #6EBEBE;
}
.table-list-row .table-list-title {
 font-weight:500;
@@ -869,8 +895,8 @@ ul.form-errors li {
 margin-top:5px;
 margin-bottom:5px;
 color:#c09853;
 background-color:#fcf8e3;
 border:1px solid #fbeed5;
 background-color:#3F3F3F;
 border:1px solid #272727;
 border-radius:4px
}
.alert-success {
@@ -1064,7 +1090,7 @@ td a.dropdown-menu strong i {
 color:#333
}
td a.dropdown-menu i {
 color:#dedede
 columns: #767676;
}
td a.dropdown-menu:hover strong {
 color:#555
@@ -1248,10 +1274,11 @@ td a.dropdown-menu:hover i {
header {
 display:flex;
 flex-wrap:wrap;
 padding:5px 10px;
 margin-bottom:5px;
 border-bottom:1px solid #dedede;
 background-color:#fbfbfb
 border-bottom:0px solid #70C0C0;
 border-right:0px solid #70C0C0;
 background-color:#315C7B;
 margin: 10px;
 border-radius: 5px;
}
header .title-container {
 flex:1;