mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 11:51:28 +00:00
neon theme updates (3)
This commit is contained in:
@@ -62,6 +62,16 @@ input, select, button {
|
|||||||
padding : 2px 4px 2px 4px;
|
padding : 2px 4px 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:active {
|
||||||
|
background : url("images/button_pressed.png") top left;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background : url("images/button.png") top left;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
background : #3c2c4c;
|
background : #3c2c4c;
|
||||||
border : 1px solid black;
|
border : 1px solid black;
|
||||||
@@ -73,7 +83,7 @@ select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.headlines_normal {
|
div.headlines_normal {
|
||||||
border-color : #304040;
|
border-color : #404040;
|
||||||
background : #202020;
|
background : #202020;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -508,3 +518,9 @@ code::selection {
|
|||||||
background: #3c2c4c;
|
background: #3c2c4c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.whiteBox {
|
||||||
|
color : gray;
|
||||||
|
background : #202020;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user