TeaSpeak-Client/modules/core/url-preview/html/index.css

103 lines
1.6 KiB
CSS
Raw Normal View History

2019-10-25 19:51:40 -04:00
#nav-body-ctrls {
background-color: #2a2a2a;
padding: 20px;
2020-04-02 09:12:09 -04:00
font-family: arial, serif
2019-10-25 19:51:40 -04:00
}
#nav-body-tabs {
2020-04-02 09:12:09 -04:00
flex-shrink: 0;
flex-grow: 1;
min-height: 36px;
max-height: fit-content;
overflow-y: hidden;
overflow-x: auto;
2019-10-25 19:51:40 -04:00
background: linear-gradient(#2a2a2a 75%, #404040);
height: 36px;
2020-04-02 09:12:09 -04:00
font-family: arial, serif
2019-10-25 19:51:40 -04:00
}
#nav-body-views {
flex: 1
}
.nav-icons {
fill: #fcfcfc !important
}
.nav-icons:hover {
fill: #c2c2c2 !important
}
#nav-ctrls-back, #nav-ctrls-forward, #nav-ctrls-reload {
height: 30px;
width: 30px;
margin-right: 10px
}
#nav-ctrls-url {
box-shadow: 0 0;
border: 0;
border-radius: 2px;
height: 30px !important;
margin-left: 8px;
font-size: 11pt;
outline: none;
padding-left: 10px;
color: #b7b7b7;
background-color: #404040
}
#nav-ctrls-url:focus {
color: #fcfcfc;
box-shadow: 0 0 5px #3d3d3d;
}
#nav-tabs-add {
margin: 5px
}
.nav-tabs-tab {
border-radius: 2px;
2020-04-02 09:12:09 -04:00
cursor: pointer;
}
.nav-tabs-tab:hover {
background-color: hsla(0, 0%, 20%, 1);
2019-10-25 19:51:40 -04:00
}
.nav-tabs-tab.active {
2020-04-02 09:12:09 -04:00
background-color: #404040
2019-10-25 19:51:40 -04:00
}
.nav-tabs-favicon {
margin: 6px
}
.nav-tabs-title {
padding-left: 5px;
font-style: normal;
font-weight: 700;
2020-04-02 09:12:09 -04:00
color: #fcfcfc;
cursor: pointer!important; /* for some reason something tries to override this */
2019-10-25 19:51:40 -04:00
}
2020-04-02 09:12:09 -04:00
.nav-tabs-tab:hover .nav-tabs-title {
2019-10-25 19:51:40 -04:00
color: #c2c2c2
}
.nav-tabs-close {
width: 20px;
height: 20px;
2020-04-02 09:12:09 -04:00
margin: 6px 6px 6px 2px;
2019-10-25 19:51:40 -04:00
}
.nav-tabs-close:hover {
fill: #dc143c !important
2020-04-02 09:12:09 -04:00
}
img[src=unknown] {
visibility: hidden;
2019-10-25 19:51:40 -04:00
}